Skip to content

Commit 464d549

Browse files
committed
PewPew M4: use keypad instead of gamepad
Since the new keypad module is taking over gamepad functionality, I'm switching to it. If this works well, I will make the change for the remaining boards.
1 parent ae50809 commit 464d549

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ports/atmel-samd/boards/pewpew_m4/mpconfigboard.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@ CIRCUIPTY_USB_CDC = 0
3030
CIRCUITPY_USB_HID = 0
3131
CIRCUITPY_USB_MIDI = 0
3232
CIRCUITPY_VECTORIO = 0
33+
CIRCUITPY_GAMEPAD = 0
3334

3435
CIRCUITPY_ANALOGIO = 1
3536
CIRCUITPY_AUDIOMIXER = 1
3637
CIRCUITPY_AUDIOIO = 1
3738
CIRCUITPY_DISPLAYIO = 1
38-
CIRCUITPY_GAMEPAD = 1
3939
CIRCUITPY_MATH = 1
4040
CIRCUITPY_STAGE = 1
41+
CIRCUITPY_KEYPAD = 1
4142

4243
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
4344
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf

0 commit comments

Comments
 (0)