Add GamePad to Commander
This commit is contained in:
parent
4d7b9cde33
commit
c4a5297ee2
|
@ -19,6 +19,8 @@ SUPEROPT_GC = 0
|
|||
|
||||
CFLAGS_INLINE_LIMIT = 60
|
||||
|
||||
CIRCUITPY_GAMEPAD = 1
|
||||
|
||||
# Include these Python libraries in firmware.
|
||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
|
||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
|
||||
|
|
Loading…
Reference in New Issue