summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox
diff options
context:
space:
mode:
authordrashna <drashna@live.com>2017-08-12 10:17:11 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-14 22:20:24 +0200
commitcb7255755b84e2367f5cf0ec397262844b343817 (patch)
treec6c505a0aca431ad7f323ea5255eb1d82266feab /keyboards/ergodox
parent1a0b5aee630a456bd0ae45bbac7002274b40199a (diff)
downloadqmk_firmware-cb7255755b84e2367f5cf0ec397262844b343817.tar.gz
qmk_firmware-cb7255755b84e2367f5cf0ec397262844b343817.tar.xz
Add files via upload
Diffstat (limited to 'keyboards/ergodox')
-rw-r--r--keyboards/ergodox/ez/keymaps/drashna/Makefile6
-rw-r--r--keyboards/ergodox/ez/keymaps/drashna/config.h11
-rw-r--r--keyboards/ergodox/ez/keymaps/drashna/readme.md9
3 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/ergodox/ez/keymaps/drashna/Makefile b/keyboards/ergodox/ez/keymaps/drashna/Makefile
new file mode 100644
index 000000000..98da6c4ae
--- /dev/null
+++ b/keyboards/ergodox/ez/keymaps/drashna/Makefile
@@ -0,0 +1,6 @@
+RGBLIGHT_ENABLE = yes
+RGBLIGHT_ANIMATION = no
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif
diff --git a/keyboards/ergodox/ez/keymaps/drashna/config.h b/keyboards/ergodox/ez/keymaps/drashna/config.h
new file mode 100644
index 000000000..954b3beee
--- /dev/null
+++ b/keyboards/ergodox/ez/keymaps/drashna/config.h
@@ -0,0 +1,11 @@
+
+#include "../../config.h"
+
+
+
+// make this easy to toggle behavior, so that it can be more easily toggled
+#define LAYER_UNDERGLOW_LIGHTING
+
+#ifdef LAYER_UNDERGLOW_LIGHTING
+#undef RGBLIGHT_ANIMATIONS
+#endif \ No newline at end of file
diff --git a/keyboards/ergodox/ez/keymaps/drashna/readme.md b/keyboards/ergodox/ez/keymaps/drashna/readme.md
new file mode 100644
index 000000000..431a75eb4
--- /dev/null
+++ b/keyboards/ergodox/ez/keymaps/drashna/readme.md
@@ -0,0 +1,9 @@
+# Drashna's ErgoDox EZ Underglow Mod
+
+This is based on the default Ergodox EZ keymap.
+
+This modifieds the keymay so that it uses the underglow to indicate which layer you're on, rather than the top LEDs.
+
+Default colors are "teal" for base layer, "red" for Symbols, and "green" for mouse/media. Blue would be the next layer, if you had more.
+
+Additionally, the top LEDs are Shift/Control/Alt indicators instead (in that order). \ No newline at end of file