Adds default IC keymap (#2677)

This commit is contained in:
Josh Asplund
2018-04-19 11:30:45 -05:00
committed by Drashna Jaelre
parent d3c6da7aff
commit 5ec3bd9e40
2 changed files with 290 additions and 0 deletions
@@ -0,0 +1,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
```