X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=LoadFile%2Fload;fp=LoadFile%2Fload;h=dce63f9424ee7298e98ebddcfbbcfbf587f163ff;hb=b4e1868d199e8b6cecfdbaa7d4f3a00308fa63a7;hp=0000000000000000000000000000000000000000;hpb=0415ba2481b63df7f304b4fbd3cdbb614e910855;p=kiibohd-controller.git diff --git a/LoadFile/load b/LoadFile/load new file mode 100755 index 0000000..dce63f9 --- /dev/null +++ b/LoadFile/load @@ -0,0 +1,8 @@ +#!/bin/bash + +#| Loads the hex file onto the teensy++ 2.0 + +sudo teensy-loader-cli -mmcu=at90usb1286 -w Build/main.hex + +exit 0 +