Skip to content

Commit 131dbf1

Browse files
committed
Remove hard-coded disable of USB_HID for kaluga devkits
1 parent bd903f2 commit 131dbf1

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

ports/esp32s2/boards/espressif_kaluga_1.3/mpconfigboard.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,4 @@ CIRCUITPY_ESP_FLASH_MODE=dio
1414
CIRCUITPY_ESP_FLASH_FREQ=80m
1515
CIRCUITPY_ESP_FLASH_SIZE=4MB
1616

17-
# We only have enough endpoints available in hardware to
18-
# enable ONE of these at a time.
19-
CIRCUITPY_USB_MIDI = 1
20-
CIRCUITPY_USB_HID = 0
21-
CIRCUITPY_USB_VENDOR = 0
22-
2317
CIRCUITPY_MODULE=wrover

ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,4 @@ CIRCUITPY_ESP_FLASH_MODE=dio
1414
CIRCUITPY_ESP_FLASH_FREQ=80m
1515
CIRCUITPY_ESP_FLASH_SIZE=4MB
1616

17-
# We only have enough endpoints available in hardware to
18-
# enable ONE of these at a time.
19-
CIRCUITPY_USB_MIDI = 1
20-
CIRCUITPY_USB_HID = 0
21-
CIRCUITPY_USB_VENDOR = 0
22-
2317
CIRCUITPY_MODULE=wrover

0 commit comments

Comments
 (0)