Skip to content

Commit 0e98eeb

Browse files
committed
Turn off touchio on pIRkey and add back usb midi.
USB MIDI was still being compiled in mostly anyway. There is no place to touch on the board so touchio is useless.
1 parent ef23ffe commit 0e98eeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ CIRCUITPY_NEOPIXEL_WRITE = 0
1616
CIRCUITPY_ROTARYIO = 0
1717
CIRCUITPY_RTC = 0
1818
CIRCUITPY_SAMD = 0
19-
CIRCUITPY_USB_MIDI = 0
19+
CIRCUITPY_USB_MIDI = 1
20+
CIRCUITPY_TOUCHIO = 0
2021
CIRCUITPY_SMALL_BUILD = 1
2122

2223
CHIP_VARIANT = SAMD21E18A

0 commit comments

Comments
 (0)