1### TeensyUSB code ### 2 3Refer to [Teensyduino instructions](https://www.pjrc.com/teensy/teensyduino.html) 4to set up the development environment. 5 6When compiling using Arduino IDE, remember to set the mode to **"Serial + MIDI"**. 7 8Note: the "Serial + MIDI" mode was 9[added recently](https://github.com/PaulStoffregen/cores/commit/a480cd28da49406c297d241a3cbb535e83bec7eb) 10and 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 13Also check out [this template](https://github.com/apmorton/teensy-template) 14for using make and a text editor of your choice for comiling TeensyUSB code. 15