diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-09 12:36:14 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-04-09 12:36:14 -0700 |
| commit | 0e98eeb63b841f8e7b48b4ad50df9f144e7ecf25 (patch) | |
| tree | c8625d129117b9eda0b960b16a8c5f85551895a2 | |
| parent | ef23ffe58427ab8f8997b6cf949eca5c404563f7 (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.mk | 3 |
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 |
