kiibohd-controller/sload
Jacob Alexander 1e03ed42aa Code re-factor now compiles.
- Added better string handling and canned messages
- Added LED error function
- Moved code around
- Prepared the matrix code for multiple styles of scanning (changed at compile time)
2011-09-27 21:31:59 -07:00

8 lines
123 B
Bash
Executable file

#!/bin/bash
#| Loads the hex file onto the teensy 2.0
sudo teensy-loader-cli -mmcu=atmega32u4 -w Build/main.hex
exit 0