]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox_infinity/readme.md
Adapt build instructions to new keyboard name
[qmk_firmware.git] / keyboards / ergodox_infinity / readme.md
1 # ErgoDox Infinity
2
3 The Infinity is two completely independent keyboards, and needs to be flashed
4 for the left and right halves seperately.  To flash them:
5
6   - Build the firmware with `make ergodox_infinity-keymapname`
7
8   - Plug in the left hand keyboard only.
9
10   - Press the program button (back of keyboard, above thumb pad).
11
12   - Install the firmware with `sudo make ergodox_infinity-keymapname-dfu-util`
13
14   - Build right hand firmware with `make ergodox_infinity-keymapname MASTER=right`
15
16   - Plug in the right hand keyboard only.
17
18   - Press the program button (back of keyboard, above thumb pad).
19
20   - Install the firmware with `sudo make ergodox_infinity-keymapname-dfu-util MASTER=right`
21
22 More information on the Infinity firmware is available in the [TMK/chibios for
23 Input Club Infinity Ergodox](https://github.com/fredizzimo/infinity_ergodox/blob/master/README.md)
24
25 ## Infinity Master/Two Halves
26
27 The Infinity is two completely independent keyboards, that can connect together.
28 You have a few options in how you flash the firmware:
29
30 - Flash the left half, rebuild the firmware with "MASTER=right" and then flash
31   the right half.  This allows you to plug in either half directly to the
32   computer and is what the above instructions do.
33
34 - Flash the left half, then flash the same firmware on the right.  This only
35   works when the left half is plugged directly to the computer and the keymap
36   is mirrored.  It saves the small extra step of rebuilding with
37   "MASTER=right".
38
39 - The same as the previous one but with "MASTER=right" when you build the
40   firmware, then flash the same firmware to both halves.  You just have to
41   directly connect the right half to the computer.
42
43 - For minor changes such as changing only the keymap without having updated
44   any part of the firmware code itself, you can program only the MASTER half.
45   It is safest to program both halves though.