Open the Arduino app
Look on the top left - and click the 4th button that says Open “arrow up icon”
Goto the folder where you downloaded _16n_fader firmware ino and open it
Make sure all the other firmware files are in the same folder.
When opened, goto the 4th Tab “config.h”
Make your setting by uncommenting removing the “//” bits you want like Master, LED 1 and Flip 1, Rev 1
Goto -> Tools menu and select these settings
Board: Teensy LC
USB Type: MIDI
CPU Speed: 48 MHz
Optimize: Smallest Code with LTO"
Connect the usb cable to the mini usb on the Teensy
This next step will upload from Arduino app to Teensy app to Teensy
Click the 2nd button in the Arduino app in the top left - the one with the “->” or "Upload’
The Arduino will now compile the sketch and auto open the Teensy App
check for any errors on the bottom.
- if it says you are missing a library - goto Sketch -> Include Library -> Add .zip file
- and run the upload again.
When the Teensy app opens, click the Auto (green button in top right) of Teensy app.
Manually press the button on the Teensy.
The hex file should upload to Teensy and auto reboot.
Check there are no errors when it finishes, It should say OK.