diff options
author | 2016-04-13 12:02:51 -0400 | |
---|---|---|
committer | 2016-04-13 12:02:51 -0400 | |
commit | 6ec6b613536b7138ee0c87002b10da8fe0c0117d (patch) | |
tree | 9bd7d842cb99a84ab6ae96b3437c39e41f9608d9 /keyboard/preonic/flash-pcb.sh | |
parent | 5bbcc484a8e14ffb13354df4efdd460ebe7200e1 (diff) | |
parent | a0194d7e5ff2f3d242a5c6508abf81b4ddf67a3e (diff) | |
download | qmk_firmware-6ec6b613536b7138ee0c87002b10da8fe0c0117d.tar.gz |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/preonic/flash-pcb.sh')
-rwxr-xr-x | keyboard/preonic/flash-pcb.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboard/preonic/flash-pcb.sh b/keyboard/preonic/flash-pcb.sh new file mode 100755 index 000000000..8b59b83f5 --- /dev/null +++ b/keyboard/preonic/flash-pcb.sh @@ -0,0 +1,3 @@ +dfu-programmer atmega32u4 erase --force +dfu-programmer atmega32u4 flash preonic_pcb.hex +dfu-programmer atmega32u4 reset
\ No newline at end of file |