]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add files via upload
authordrashna <drashna@live.com>
Sat, 12 Aug 2017 08:17:11 +0000 (01:17 -0700)
committerJack Humbert <jack.humb@gmail.com>
Mon, 14 Aug 2017 20:20:24 +0000 (16:20 -0400)
keyboards/ergodox/ez/keymaps/drashna/Makefile [new file with mode: 0644]
keyboards/ergodox/ez/keymaps/drashna/config.h [new file with mode: 0644]
keyboards/ergodox/ez/keymaps/drashna/readme.md [new file with mode: 0644]

diff --git a/keyboards/ergodox/ez/keymaps/drashna/Makefile b/keyboards/ergodox/ez/keymaps/drashna/Makefile
new file mode 100644 (file)
index 0000000..98da6c4
--- /dev/null
@@ -0,0 +1,6 @@
+RGBLIGHT_ENABLE = yes\r
+RGBLIGHT_ANIMATION = no\r
+\r
+ifndef QUANTUM_DIR\r
+       include ../../../../Makefile\r
+endif\r
diff --git a/keyboards/ergodox/ez/keymaps/drashna/config.h b/keyboards/ergodox/ez/keymaps/drashna/config.h
new file mode 100644 (file)
index 0000000..954b3be
--- /dev/null
@@ -0,0 +1,11 @@
+\r
+#include "../../config.h"\r
+\r
+\r
+\r
+// make this easy to toggle behavior, so that it can be more easily toggled\r
+#define LAYER_UNDERGLOW_LIGHTING  \r
+\r
+#ifdef LAYER_UNDERGLOW_LIGHTING\r
+#undef RGBLIGHT_ANIMATIONS\r
+#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 (file)
index 0000000..431a75e
--- /dev/null
@@ -0,0 +1,9 @@
+# Drashna's ErgoDox EZ Underglow Mod\r
+\r
+This is based on the default Ergodox EZ keymap.\r
+\r
+This modifieds the keymay so that it uses the underglow to indicate which layer you're on, rather than the top LEDs.\r
+\r
+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.\r
+\r
+Additionally, the top LEDs are Shift/Control/Alt indicators instead (in that order). 
\ No newline at end of file