summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/readme.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-08-27 13:49:42 -0400
committerGitHub <noreply@github.com>2016-08-27 13:49:42 -0400
commit36b6a96596e6cbca879d5304a586e279c15b04a9 (patch)
tree7fdd6b9084f06e5126516ac61756120e1ce1eb63 /keyboards/ergodox/readme.md
parent2c8f6557e6994d3fe4fa2038f6cb4a4e51caf3a9 (diff)
parent265df7d5da5ead27bef3d00fce7d0f2bf133e9cc (diff)
Merge pull request #666 from fredizzimo/makefile_overhaul
Makefile overhaul
Diffstat (limited to 'keyboards/ergodox/readme.md')
-rw-r--r--keyboards/ergodox/readme.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/keyboards/ergodox/readme.md b/keyboards/ergodox/readme.md
index b113ca7dd2..3bbe98fd69 100644
--- a/keyboards/ergodox/readme.md
+++ b/keyboards/ergodox/readme.md
@@ -72,9 +72,7 @@ Some distributions provide a binary, maybe called `teensy-loader-cli`).
To flash the firmware:
- - Build the firmware with `make keymap=keymapname`, for example `make
- keymap=default`
-
+ - Build the firmware with `make keymapname`, for example `make default`
- This will result in a hex file called `ergodox_ez_keymapname.hex`, e.g.
`ergodox_ez_default.hex`
@@ -92,21 +90,21 @@ To flash the firmware:
The Infinity is two completely independent keyboards, and needs to be flashed
for the left and right halves seperately. To flash them:
- - Build the firmware with `make keymap=keymapname subproject=infinity`
+ - Build the firmware with `make infinity-keymapname`
- Plug in the left hand keyboard only.
- Press the program button (back of keyboard, above thumb pad).
- - Install the firmware with `sudo make dfu-util keymap=keymapname subproject=infinity`
+ - Install the firmware with `sudo make infinity-keymapname-dfu-util`
- - Build left hand firmware with `make keymap=keymapname subproject=infinity MASTER=right`
+ - Build left hand firmware with `make infinity-keymapname MASTER=right`
- Plug in the right hand keyboard only.
- Press the program button (back of keyboard, above thumb pad).
- - Install the firmware with `sudo make dfu-util keymap=keymapname subproject=infinity MASTER=right`
+ - Install the firmware with `sudo make infinity-keymapname-dfu-util MASTER=right`
More information on the Infinity firmware is available in the [TMK/chibios for
Input Club Infinity Ergodox](https://github.com/fredizzimo/infinity_ergodox/blob/master/README.md)