summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-10 21:08:01 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-29 20:09:38 +0200
commit44cefcb40a8789d8d7965e645d5cd155b6d16370 (patch)
tree45b7fc19593f3aa3c6de34ee5630bf3232df85e7 /keyboards
parent349f189e83c39dc3387b9358d0d2f372a5bbdf2b (diff)
downloadqmk_firmware-44cefcb40a8789d8d7965e645d5cd155b6d16370.tar.gz
qmk_firmware-44cefcb40a8789d8d7965e645d5cd155b6d16370.tar.xz
Refer to the right path in the readme
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/readme.md b/keyboards/ergodox/readme.md
index 67a5fb095..c99c8d82b 100644
--- a/keyboards/ergodox/readme.md
+++ b/keyboards/ergodox/readme.md
@@ -17,7 +17,7 @@ This requires a little bit of familiarity with coding.
2. Clone the repository (download it)
3. Set up a build environment as per [the build guide](/doc/BUILD_GUIDE.md)
- Using a Mac and have homebrew? just run `brew tap osx-cross/avr && brew install avr-libc`
-4. Copy `keyboards/ergodox_ez/keymaps/default/keymap.c` into `keymaps/your_name/keymap.c` (for example, `keymaps/german/keymap.c`)
+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=your_name`. For example, `make keymap=german`. This will result in a hex file, which will be called `ergodox_ez_your_name.hex`, e.g. `ergodox_ez_german.hex`.
6. 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 successfull build by running `make teensy keymap=your_name`.