We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d692f3 commit 11ef43bCopy full SHA for 11ef43b
ports/atmel-samd/boards/pewpew_m4/mpconfigboard.mk
@@ -19,6 +19,7 @@ CIRCUITPY_PIXELBUF = 0
19
CIRCUITPY_PS2IO = 0
20
CIRCUITPY_RTC = 0
21
CIRCUITPY_TOUCHIO = 0
22
+CIRCUITPY_USB_HID = 0
23
CIRCUITPY_USB_MIDI = 0
24
CIRCUITPY_AUDIOPWMIO = 0
25
CIRCUITPY_AUDIOMP3 = 0
@@ -37,7 +38,6 @@ CIRCUITPY_GAMEPAD = 1
37
38
CIRCUITPY_STAGE = 1
39
CIRCUITPY_MATH = 1
40
CIRCUITPY_ANALOGIO = 1
-CIRCUITPY_USB_HID = 1
41
42
FROZEN_MPY_DIRS += $(TOP)/frozen/circuitpython-stage/pewpew_m4
43
CIRCUITPY_DISPLAY_FONT = $(TOP)/ports/atmel-samd/boards/ugame10/brutalist-6.bdf
0 commit comments