Skip to content

Commit 11ef43b

Browse files
committed
pewpew_m4: Disable USB_HID back
German translation fails to build, so I have to disabled USB_HID after all.
1 parent 8d692f3 commit 11ef43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CIRCUITPY_PIXELBUF = 0
1919
CIRCUITPY_PS2IO = 0
2020
CIRCUITPY_RTC = 0
2121
CIRCUITPY_TOUCHIO = 0
22+
CIRCUITPY_USB_HID = 0
2223
CIRCUITPY_USB_MIDI = 0
2324
CIRCUITPY_AUDIOPWMIO = 0
2425
CIRCUITPY_AUDIOMP3 = 0
@@ -37,7 +38,6 @@ CIRCUITPY_GAMEPAD = 1
3738
CIRCUITPY_STAGE = 1
3839
CIRCUITPY_MATH = 1
3940
CIRCUITPY_ANALOGIO = 1
40-
CIRCUITPY_USB_HID = 1
4141

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

0 commit comments

Comments
 (0)