diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-24 11:39:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-24 11:39:15 -0400 |
commit | f175f5df95a8de8914fff010a35b957e918a3d7e (patch) | |
tree | a61965c28a15dc95630dc8a8365a7a41595f3879 | |
parent | 6c81656e8e0924ad71d547222731eba615947db4 (diff) | |
parent | 30ab4dd14f8ad4e8e8b198107b97e0308e913e39 (diff) |
Merge pull request #1425 from kynikos/patch-1
Fix typo
-rw-r--r-- | keyboards/ergodox/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/readme.md b/keyboards/ergodox/readme.md index 618422055f..7327087ffe 100644 --- a/keyboards/ergodox/readme.md +++ b/keyboards/ergodox/readme.md @@ -94,7 +94,7 @@ To flash with ´teensy-loader-cli´: - Build the firmware with `make keymapname`, for example `make default` - - Run ´<path/to/>teensy_loader_cli --mcu=atmega32u4 -w ergodox_ez_<keymap>.hex´ + - Run ´<path/to/>teensy_loader_cli -mmcu=atmega32u4 -w ergodox_ez_<keymap>.hex´ - Press the Reset button by inserting a paperclip gently into the reset hole in the top right corder. |