X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fergodox%2Freadme.md;h=3bbe98fd699b1532d182e0f9fca88ca88d09ac3a;hb=13eb2f826bc3ef9b6e7b4a1804d9ce50104cc833;hp=b113ca7dd2fd5cdc7b1e4b918cac5e1d9f0828b5;hpb=0dfd1712bb22be9fe63b8754eb8fe72675906c6f;p=qmk_firmware.git 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`). 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)