summaryrefslogtreecommitdiff
path: root/keyboards/input_club/ergodox_infinity/keymaps/dudeofawesome/README.md
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-02-06 13:16:21 +0800
committerGitHub <noreply@github.com>2022-02-05 21:16:21 -0800
commit38e085df87820941bcfcdce3b3bc16e46855f557 (patch)
treecf0d99e0b6a4f3780d35e079d555e31b7a6d002d /keyboards/input_club/ergodox_infinity/keymaps/dudeofawesome/README.md
parent10fa737ab879fea7cdb03b393d1efbcb28a4a12f (diff)
move input club keyboards into vendor folder (#15788)
Diffstat (limited to 'keyboards/input_club/ergodox_infinity/keymaps/dudeofawesome/README.md')
-rw-r--r--keyboards/input_club/ergodox_infinity/keymaps/dudeofawesome/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/input_club/ergodox_infinity/keymaps/dudeofawesome/README.md b/keyboards/input_club/ergodox_infinity/keymaps/dudeofawesome/README.md
new file mode 100644
index 0000000000..a0e4565b10
--- /dev/null
+++ b/keyboards/input_club/ergodox_infinity/keymaps/dudeofawesome/README.md
@@ -0,0 +1,30 @@
+# DudeOfAwesome's ErgoDox Infinity Layout
+
+A basic ErgoDox layout with Planck-like tri-layer support.
+
+![ErgoDox Layout](https://i.imgur.com/ae0Phzb.png)
+
+## Features
+
+- Base Layers
+ - QWERTY
+ - Workman
+ - Dvorak
+ - Colemak
+- Planck-like tri-layer
+- In-progress gaming layer
+- Numpad layer
+ ![numpad layer](https://i.imgur.com/oHDYpzf.png)
+- LCD colors are linked together, like the default KLL firmware
+
+## 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
+1. Flash left half:
+ ```bash
+ $ make ergodox_infinity:dudeofawesome:dfu-util
+ ```
+1. Flash right half:
+ ```bash
+ $ make ergodox_infinity:dudeofawesome:dfu-util MASTER=right
+ ```