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.
This commit is contained in:
Scott Shawcroft 2019-04-09 12:36:14 -07:00
parent ef23ffe584
commit 0e98eeb63b
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 2 additions and 1 deletions

View File

@ -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