Author: Honza Pokorny <me@honza.ca>
Words about flashing
ergodox/README.md | 2 ++ ergodox/compile_and_flash.sh | 5 +++++
diff --git a/ergodox/README.md b/ergodox/README.md index fb569c5d4b0a6404f10de7ab0669978027ac782e..d92529139b1c3ad688fe576d24185a3aa38273bf 100644 --- a/ergodox/README.md +++ b/ergodox/README.md @@ -8,3 +8,5 @@ $ cd qmk_firmware $ make ergodox_ez:dvorak This results in the `ergodox_ez_dvorak.hex` file. Flash this to your keyboard. + + $ teensy_loader_cli -mmcu=atmega32u4 -w ergodox_ez_dvorak.hex diff --git a/ergodox/compile_and_flash.sh b/ergodox/compile_and_flash.sh new file mode 100644 index 0000000000000000000000000000000000000000..0207545c293fc0cda629ab0db072c1544ce00b3b --- /dev/null +++ b/ergodox/compile_and_flash.sh @@ -0,0 +1,5 @@ +cd ~/GitHub/qmk_firmware +make ergodox_ez:honza +~/GitHub/teensy_loader_cli/teensy_loader_cli \ + -mmcu=atmega32u4 -w ergodox_ez_honza.hex +cd -