]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - LoadFile/load
Reorganization for use with the CMake "Modules"
[kiibohd-controller.git] / LoadFile / load
diff --git a/LoadFile/load b/LoadFile/load
new file mode 100755 (executable)
index 0000000..dce63f9
--- /dev/null
@@ -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
+