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