cxd56: Disable HID and MIDI
These are already disabled via the USB_DEVICES setting, but the code is included anyway.
This commit is contained in:
parent
a9614bb964
commit
9d5ccccf7d
@ -19,4 +19,6 @@ CIRCUITPY_NEOPIXEL_WRITE = 0
|
|||||||
CIRCUITPY_NVM = 0
|
CIRCUITPY_NVM = 0
|
||||||
CIRCUITPY_ROTARYIO = 0
|
CIRCUITPY_ROTARYIO = 0
|
||||||
CIRCUITPY_TOUCHIO = 0
|
CIRCUITPY_TOUCHIO = 0
|
||||||
|
CIRCUITPY_USB_HID = 0
|
||||||
|
CIRCUITPY_USB_MIDI = 0
|
||||||
INTERNAL_LIBM = 1
|
INTERNAL_LIBM = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user