Skip to content

Commit c4a5297

Browse files
committed
Add GamePad to Commander
1 parent 4d7b9cd commit c4a5297

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/atmel-samd/boards/8086_commander/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ SUPEROPT_GC = 0
1919

2020
CFLAGS_INLINE_LIMIT = 60
2121

22+
CIRCUITPY_GAMEPAD = 1
23+
2224
# Include these Python libraries in firmware.
2325
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
2426
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID

0 commit comments

Comments
 (0)