diff options
-rw-r--r-- | keyboards/ergodox/ez/keymaps/drashna-custom/config.h | 16 | ||||
-rw-r--r-- | keyboards/ergodox/ez/keymaps/drashna/config.h | 20 | ||||
-rw-r--r-- | keyboards/ergodox/ez/keymaps/drashna/readme.md | 16 |
3 files changed, 26 insertions, 26 deletions
diff --git a/keyboards/ergodox/ez/keymaps/drashna-custom/config.h b/keyboards/ergodox/ez/keymaps/drashna-custom/config.h index 1578b1a8e..fe33552e1 100644 --- a/keyboards/ergodox/ez/keymaps/drashna-custom/config.h +++ b/keyboards/ergodox/ez/keymaps/drashna-custom/config.h | |||
@@ -1,8 +1,8 @@ | |||
1 | 1 | ||
2 | #include "../../config.h" | 2 | #include "../../config.h" |
3 | 3 | ||
4 | 4 | ||
5 | #define TAPPING_TERM 200 | 5 | #define TAPPING_TERM 200 |
6 | 6 | ||
7 | 7 | ||
8 | #define LAYER_UNDERGLOW_LIGHTING | 8 | #define LAYER_UNDERGLOW_LIGHTING |
diff --git a/keyboards/ergodox/ez/keymaps/drashna/config.h b/keyboards/ergodox/ez/keymaps/drashna/config.h index 954b3beee..258dc391f 100644 --- a/keyboards/ergodox/ez/keymaps/drashna/config.h +++ b/keyboards/ergodox/ez/keymaps/drashna/config.h | |||
@@ -1,11 +1,11 @@ | |||
1 | 1 | ||
2 | #include "../../config.h" | 2 | #include "../../config.h" |
3 | 3 | ||
4 | 4 | ||
5 | 5 | ||
6 | // make this easy to toggle behavior, so that it can be more easily toggled | 6 | // make this easy to toggle behavior, so that it can be more easily toggled |
7 | #define LAYER_UNDERGLOW_LIGHTING | 7 | #define LAYER_UNDERGLOW_LIGHTING |
8 | 8 | ||
9 | #ifdef LAYER_UNDERGLOW_LIGHTING | 9 | #ifdef LAYER_UNDERGLOW_LIGHTING |
10 | #undef RGBLIGHT_ANIMATIONS | 10 | #undef RGBLIGHT_ANIMATIONS |
11 | #endif \ No newline at end of file | 11 | #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 index 431a75eb4..90fe44861 100644 --- a/keyboards/ergodox/ez/keymaps/drashna/readme.md +++ b/keyboards/ergodox/ez/keymaps/drashna/readme.md | |||
@@ -1,9 +1,9 @@ | |||
1 | # Drashna's ErgoDox EZ Underglow Mod | 1 | # Drashna's ErgoDox EZ Underglow Mod |
2 | 2 | ||
3 | This is based on the default Ergodox EZ keymap. | 3 | This is based on the default Ergodox EZ keymap. |
4 | 4 | ||
5 | This modifieds the keymay so that it uses the underglow to indicate which layer you're on, rather than the top LEDs. | 5 | This modifieds the keymay so that it uses the underglow to indicate which layer you're on, rather than the top LEDs. |
6 | 6 | ||
7 | 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. | 7 | 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. |
8 | 8 | ||
9 | Additionally, the top LEDs are Shift/Control/Alt indicators instead (in that order). \ No newline at end of file | 9 | Additionally, the top LEDs are Shift/Control/Alt indicators instead (in that order). \ No newline at end of file |