aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodox/readme.md
diff options
context:
space:
mode:
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 b113ca7dd..3bbe98fd6 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`).
72 72
73To flash the firmware: 73To flash the firmware:
74 74
75 - Build the firmware with `make keymap=keymapname`, for example `make 75 - Build the firmware with `make keymapname`, for example `make default`
76 keymap=default`
77
78 - This will result in a hex file called `ergodox_ez_keymapname.hex`, e.g. 76 - This will result in a hex file called `ergodox_ez_keymapname.hex`, e.g.
79 `ergodox_ez_default.hex` 77 `ergodox_ez_default.hex`
80 78
@@ -92,21 +90,21 @@ To flash the firmware:
92The Infinity is two completely independent keyboards, and needs to be flashed 90The Infinity is two completely independent keyboards, and needs to be flashed
93for the left and right halves seperately. To flash them: 91for the left and right halves seperately. To flash them:
94 92
95 - Build the firmware with `make keymap=keymapname subproject=infinity` 93 - Build the firmware with `make infinity-keymapname`
96 94
97 - Plug in the left hand keyboard only. 95 - Plug in the left hand keyboard only.
98 96
99 - Press the program button (back of keyboard, above thumb pad). 97 - Press the program button (back of keyboard, above thumb pad).
100 98
101 - Install the firmware with `sudo make dfu-util keymap=keymapname subproject=infinity` 99 - Install the firmware with `sudo make infinity-keymapname-dfu-util`
102 100
103 - Build left hand firmware with `make keymap=keymapname subproject=infinity MASTER=right` 101 - Build left hand firmware with `make infinity-keymapname MASTER=right`
104 102
105 - Plug in the right hand keyboard only. 103 - Plug in the right hand keyboard only.
106 104
107 - Press the program button (back of keyboard, above thumb pad). 105 - Press the program button (back of keyboard, above thumb pad).
108 106
109 - Install the firmware with `sudo make dfu-util keymap=keymapname subproject=infinity MASTER=right` 107 - Install the firmware with `sudo make infinity-keymapname-dfu-util MASTER=right`
110 108
111More information on the Infinity firmware is available in the [TMK/chibios for 109More information on the Infinity firmware is available in the [TMK/chibios for
112Input Club Infinity Ergodox](https://github.com/fredizzimo/infinity_ergodox/blob/master/README.md) 110Input Club Infinity Ergodox](https://github.com/fredizzimo/infinity_ergodox/blob/master/README.md)