Skip to content

Commit 1a076d3

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 1a076d3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ CIRCUIPTY_USB_CDC = 0
3030
CIRCUITPY_USB_HID = 0
3131
CIRCUITPY_USB_MIDI = 0
3232
CIRCUITPY_VECTORIO = 0
33+
CIRCUITPY_GAMEPAD = 0
34+
CIRCUITPY_PWMIO = 0
3335

3436
CIRCUITPY_ANALOGIO = 1
3537
CIRCUITPY_AUDIOMIXER = 1
3638
CIRCUITPY_AUDIOIO = 1
39+
CIRCUITPY_SYNTHIO = 1
3740
CIRCUITPY_DISPLAYIO = 1
38-
CIRCUITPY_GAMEPAD = 1
3941
CIRCUITPY_MATH = 1
4042
CIRCUITPY_STAGE = 1
43+
CIRCUITPY_KEYPAD = 1
4144

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

0 commit comments

Comments
 (0)