1 ### TeensyUSB code ### 2 3 Refer to [Teensyduino instructions](https://www.pjrc.com/teensy/teensyduino.html) 4 to set up the development environment. 5 6 When compiling using Arduino IDE, remember to set the mode to **"Serial + MIDI"**. 7 8 Note: the "Serial + MIDI" mode was 9 [added recently](https://github.com/PaulStoffregen/cores/commit/a480cd28da49406c297d241a3cbb535e83bec7eb) 10 and as of this writing is only available in the 11 [beta version of Teensyduiono](https://forum.pjrc.com/threads/34472-Teensyduino-1-29-Beta-1-Available). 12 13 Also check out [this template](https://github.com/apmorton/teensy-template) 14 for using make and a text editor of your choice for comiling TeensyUSB code. 15