Skip to content

Commit 9d5cccc

Browse files
committed
cxd56: Disable HID and MIDI
These are already disabled via the USB_DEVICES setting, but the code is included anyway.
1 parent a9614bb commit 9d5cccc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/cxd56/mpconfigport.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ CIRCUITPY_NEOPIXEL_WRITE = 0
1919
CIRCUITPY_NVM = 0
2020
CIRCUITPY_ROTARYIO = 0
2121
CIRCUITPY_TOUCHIO = 0
22+
CIRCUITPY_USB_HID = 0
23+
CIRCUITPY_USB_MIDI = 0
2224
INTERNAL_LIBM = 1

0 commit comments

Comments
 (0)