Skip to content

Commit

Permalink
Turn off touchio on pIRkey and add back usb midi.
Browse files Browse the repository at this point in the history
USB MIDI was still being compiled in mostly anyway. There is no
place to touch on the board so touchio is useless.
  • Loading branch information
tannewt committed Apr 9, 2019
1 parent ef23ffe commit 0e98eeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports/atmel-samd/boards/pirkey_m0/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e98eeb

Please sign in to comment.