summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-10 21:55:20 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-29 20:09:40 +0200
commit401dd090772936a75667a5d1510ff580d6d568bd (patch)
treed840af8075636e11c54ec647beae48e0999d4b87 /keyboards
parentc65da1f2089e53b051cd10a240e14d2335c6d8e6 (diff)
downloadqmk_firmware-401dd090772936a75667a5d1510ff580d6d568bd.tar.gz
qmk_firmware-401dd090772936a75667a5d1510ff580d6d568bd.tar.xz
A couple of more Ergodox readme fixes
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox/readme.md b/keyboards/ergodox/readme.md
index 8cd553ee1..983559c76 100644
--- a/keyboards/ergodox/readme.md
+++ b/keyboards/ergodox/readme.md
@@ -23,9 +23,9 @@ If you are just compiling and existing keymap and don't want to create your own,
4. Copy `keyboards/ergodox/keymaps/default/keymap.c` into `keymaps/your_name/keymap.c` (for example, `keymaps/german/keymap.c`)
5. Edit this file, changing keycodes to your liking (see "Finding the keycodes you need" below). Try to edit the comments as well, so the "text graphics" represent your layout correctly. See below for more tips on sharing your work.
6. Compile your firmware by running `make keymap=keymap_name`. For example, `make keymap=german`. This will result in a hex file, which will be called `ergodox_ez_keymap_name.hex`, e.g. `ergodox_ez_german.hex`. For **Infinity ErgoDox** you need to add `subproject=infinity` to the make command.
-7. **ErgoDox EZ** - Flash this hex file using the [Teensy loader](https://www.pjrc.com/teensy/loader.html) as described in step 4 in the "Easy Way" above. If you prefer you can automatically flash the hex file after successful build by running `make teensy keymap=your_name`.
+7. **ErgoDox EZ** - Flash this hex file using the [Teensy loader](https://www.pjrc.com/teensy/loader.html) as described in step 4 in the "Easy Way" above. If you prefer you can automatically flash the hex file after successful build by running `make teensy keymap=keymap_name`.
- **Infinity ErgoDox** - Flash the firmware by running `make dfu-util keymap=your_name`
+ **Infinity ErgoDox** - Flash the firmware by running `make dfu-util keymap=keymap_name subproject=infinity`
8. Submit your work as a pull request to this repository, so others can also use it. :) See below on specifics.
Good luck! :)