소스 검색

Add files via upload

drashna 7 년 전
부모
커밋
cb7255755b
3개의 변경된 파일26개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      keyboards/ergodox/ez/keymaps/drashna/Makefile
  2. 11 0
      keyboards/ergodox/ez/keymaps/drashna/config.h
  3. 9 0
      keyboards/ergodox/ez/keymaps/drashna/readme.md

+ 6 - 0
keyboards/ergodox/ez/keymaps/drashna/Makefile

@@ -0,0 +1,6 @@
+RGBLIGHT_ENABLE = yes
+RGBLIGHT_ANIMATION = no
+
+ifndef QUANTUM_DIR
+	include ../../../../Makefile
+endif

+ 11 - 0
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

+ 9 - 0
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).