diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-07-25 16:57:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-25 16:57:58 -0400 |
| commit | b7e6bf959e3670425731b9dfeb6ac8baeaf1de5e (patch) | |
| tree | 49ceac6ea33b382174c886f9c5795a6f992fe5b8 | |
| parent | a6e048686fe6999c4231582b7d9e69a7dc679257 (diff) | |
| parent | c4a5297ee2777596081ae247e43f4a8b5746a14a (diff) | |
Merge pull request #3205 from burtyb/commander-2
Add GamePad to Commander board
| -rw-r--r-- | ports/atmel-samd/boards/8086_commander/mpconfigboard.mk | 2 |
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 |
