blob: 31ae23ac4039f00c3528fefc04ed3167be7c6edb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Input Club ErgoDox Infinity Layout
A basic ErgoDox layout that duplicates the default Input Club layout
## Features
Base Layers
- QWERTY
- Function Keys
- Numpad
## Building and flashing
1. Put your board in DFU mode with either the button on the bottom, or with a software key in your current firmware
2. Flash left half:
```bash
make ergodox_infinity:input_club:dfu-util
```
3. Flash right half:
```bash
make ergodox_infinity:input_club:dfu-util MASTER=right
```
|