summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_infinity/keymaps/dudeofawesome/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_infinity/keymaps/dudeofawesome/README.md')
-rw-r--r--keyboards/ergodox_infinity/keymaps/dudeofawesome/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/ergodox_infinity/keymaps/dudeofawesome/README.md b/keyboards/ergodox_infinity/keymaps/dudeofawesome/README.md
new file mode 100644
index 000000000..98eb7abb2
--- /dev/null
+++ b/keyboards/ergodox_infinity/keymaps/dudeofawesome/README.md
@@ -0,0 +1,25 @@
+# DudeOfAwesome's ErgoDox Infinity Layout
+
+A basic ErgoDox layout with Planck-like tri-layer support.
+
+![ErgoDox Layout](https://i.imgur.com/9zfKPV7.png)
+
+## Features
+
+- Planck-like tri-layer
+- Workman layout
+- In-progress gaming layer
+- Numpad
+- 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
+ ```