summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/esp32s2/mpconfigport.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk
index c9df81db0..040022052 100644
--- a/ports/esp32s2/mpconfigport.mk
+++ b/ports/esp32s2/mpconfigport.mk
@@ -30,8 +30,8 @@ CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0
CIRCUITPY_TOUCHIO = 0
-# Enable USB support
+# Enable USB HID support
CIRCUITPY_USB_HID = 1
-CIRCUITPY_USB_MIDI = 1
+CIRCUITPY_USB_MIDI = 0
CIRCUITPY_MODULE ?= none