summaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2018-09-28 11:02:12 +0900
committerJack Humbert <jack.humb@gmail.com>2018-09-27 22:02:12 -0400
commitbaebbc096702c3ecc0ee89b4fbf5749e79f02375 (patch)
treee71f7f0843e959976e2de76a45033c2810cc91a1 /docs/flashing.md
parentedeace279b1cdc5a5450cc5b41d49b341a3a121f (diff)
add 'mavrdude' target into tmk_core/avr.mk (#3986)
* add 'mavrdude' target into tmk_core/avr.mk I made it a little convenient when writing the same binary to multiple Pro Micro. * rename target name 'mavrdude' to 'avrdude-loop' * modify docs/flashing.md about avrdude-loop * mdify docs/flashing.md again * modifi docs/flashing.md 3rd
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index e5fe59f8f0..66c08a3610 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -78,6 +78,12 @@ or
make <keyboard>:<keymap>:avrdude
+or if you want to flash multiple boards, use the following command
+
+ make <keyboard>:<keymap>:avrdude-loop
+
+When you're done flashing boards, you'll need to hit Ctrl + C or whatever the correct keystroke is for your operating system to break the loop.
+
## Halfkay
Halfkay is a super-slim protocol developed by PJRC that uses HID, and come on all Teensys (namely the 2.0).