Skip to content

Commit b7e6bf9

Browse files
authored
Merge pull request #3205 from burtyb/commander-2
Add GamePad to Commander board
2 parents a6e0486 + c4a5297 commit b7e6bf9

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
@@ -18,6 +18,8 @@ SUPEROPT_GC = 0
1818

1919
CFLAGS_INLINE_LIMIT = 60
2020

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

0 commit comments

Comments
 (0)