diff options
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/drashna/config.h')
| -rw-r--r-- | keyboards/ergodox_ez/keymaps/drashna/config.h | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/keyboards/ergodox_ez/keymaps/drashna/config.h b/keyboards/ergodox_ez/keymaps/drashna/config.h index 258dc391f..8f3924e5a 100644 --- a/keyboards/ergodox_ez/keymaps/drashna/config.h +++ b/keyboards/ergodox_ez/keymaps/drashna/config.h | |||
| @@ -1,11 +1,19 @@ | |||
| 1 | 1 | #ifndef CONFIG_USER_H | |
| 2 | #define CONFIG_USER_H | ||
| 2 | #include "../../config.h" | 3 | #include "../../config.h" |
| 3 | 4 | ||
| 4 | 5 | ||
| 6 | #define TAPPING_TERM 200 | ||
| 7 | |||
| 8 | #ifdef RGBLIGHT_ENABLE | ||
| 9 | #undef RGBLIGHT_SAT_STEP | ||
| 10 | #define RGBLIGHT_SAT_STEP 12 | ||
| 11 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7 | ||
| 12 | #define RGBLIGHT_EFFECT_SNAKE_LENGTH 7 | ||
| 13 | #define RGBLIGHT_EFFECT_BREATHE_CENTER 1 | ||
| 14 | #endif // RGBLIGHT_ENABLE | ||
| 5 | 15 | ||
| 6 | // make this easy to toggle behavior, so that it can be more easily toggled | 16 | #undef DEBOUNCE |
| 7 | #define LAYER_UNDERGLOW_LIGHTING | 17 | #define DEBOUNCE 5 |
| 8 | 18 | ||
| 9 | #ifdef LAYER_UNDERGLOW_LIGHTING | 19 | #endif |
| 10 | #undef RGBLIGHT_ANIMATIONS | ||
| 11 | #endif \ No newline at end of file | ||
