summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_infinity/keymaps/input_club/README.md
diff options
context:
space:
mode:
authorJosh Asplund <joshuata@users.noreply.github.com>2018-04-19 18:30:45 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-19 18:30:45 +0200
commit5ec3bd9e40a9f04a05d23569fc1a402927e1a5c2 (patch)
treedb733ed38254135c8e6d3d29d0da53f2c2821217 /keyboards/ergodox_infinity/keymaps/input_club/README.md
parentd3c6da7afff15fa493d7a6c8b00ec6e4ac7274f3 (diff)
downloadqmk_firmware-5ec3bd9e40a9f04a05d23569fc1a402927e1a5c2.tar.gz
qmk_firmware-5ec3bd9e40a9f04a05d23569fc1a402927e1a5c2.tar.xz
Adds default IC keymap (#2677)
Diffstat (limited to 'keyboards/ergodox_infinity/keymaps/input_club/README.md')
-rw-r--r--keyboards/ergodox_infinity/keymaps/input_club/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/ergodox_infinity/keymaps/input_club/README.md b/keyboards/ergodox_infinity/keymaps/input_club/README.md
new file mode 100644
index 000000000..31ae23ac4
--- /dev/null
+++ b/keyboards/ergodox_infinity/keymaps/input_club/README.md
@@ -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
+ ```