summaryrefslogtreecommitdiff
path: root/keyboard/planck/flash-pcb.sh
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-08-16 17:52:03 -0400
committerJack Humbert <jack.humb@gmail.com>2015-08-16 17:52:03 -0400
commitf7bca5c41a638700022092dc0e506570c4712273 (patch)
treeb7f5820f7968ce67e8056d0e1fc8f185de311ed6 /keyboard/planck/flash-pcb.sh
parentb3f638f491601d4a849995fb4fa1181c9ff4341a (diff)
ok
Diffstat (limited to 'keyboard/planck/flash-pcb.sh')
-rwxr-xr-xkeyboard/planck/flash-pcb.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboard/planck/flash-pcb.sh b/keyboard/planck/flash-pcb.sh
new file mode 100755
index 0000000000..2ae15458c0
--- /dev/null
+++ b/keyboard/planck/flash-pcb.sh
@@ -0,0 +1,3 @@
+dfu-programmer atmega32u4 erase --force
+dfu-programmer atmega32u4 flash planck_pcb.hex
+dfu-programmer atmega32u4 reset \ No newline at end of file