summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2020-07-25 16:57:58 -0400
committerGitHub <noreply@github.com>2020-07-25 16:57:58 -0400
commitb7e6bf959e3670425731b9dfeb6ac8baeaf1de5e (patch)
tree49ceac6ea33b382174c886f9c5795a6f992fe5b8
parenta6e048686fe6999c4231582b7d9e69a7dc679257 (diff)
parentc4a5297ee2777596081ae247e43f4a8b5746a14a (diff)
Merge pull request #3205 from burtyb/commander-2
Add GamePad to Commander board
-rw-r--r--ports/atmel-samd/boards/8086_commander/mpconfigboard.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/8086_commander/mpconfigboard.mk b/ports/atmel-samd/boards/8086_commander/mpconfigboard.mk
index 4b0377be2..9151040a0 100644
--- a/ports/atmel-samd/boards/8086_commander/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/8086_commander/mpconfigboard.mk
@@ -18,6 +18,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