summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-04-09 12:36:14 -0700
committerScott Shawcroft <scott@tannewt.org>2019-04-09 12:36:14 -0700
commit0e98eeb63b841f8e7b48b4ad50df9f144e7ecf25 (patch)
treec8625d129117b9eda0b960b16a8c5f85551895a2
parentef23ffe58427ab8f8997b6cf949eca5c404563f7 (diff)
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.
-rw-r--r--ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk b/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk
index 97e854a11..60638fd19 100644
--- a/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk
@@ -16,7 +16,8 @@ CIRCUITPY_NEOPIXEL_WRITE = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 0
CIRCUITPY_SAMD = 0
-CIRCUITPY_USB_MIDI = 0
+CIRCUITPY_USB_MIDI = 1
+CIRCUITPY_TOUCHIO = 0
CIRCUITPY_SMALL_BUILD = 1
CHIP_VARIANT = SAMD21E18A