summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/drashna/config.h')
-rw-r--r--keyboards/ergodox_ez/keymaps/drashna/config.h20
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 @@
-
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
#include "../../config.h"
+#define TAPPING_TERM 200
+
+#ifdef RGBLIGHT_ENABLE
+#undef RGBLIGHT_SAT_STEP
+#define RGBLIGHT_SAT_STEP 12
+#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7
+#define RGBLIGHT_EFFECT_SNAKE_LENGTH 7
+#define RGBLIGHT_EFFECT_BREATHE_CENTER 1
+#endif // RGBLIGHT_ENABLE
-// make this easy to toggle behavior, so that it can be more easily toggled
-#define LAYER_UNDERGLOW_LIGHTING
+#undef DEBOUNCE
+#define DEBOUNCE 5
-#ifdef LAYER_UNDERGLOW_LIGHTING
-#undef RGBLIGHT_ANIMATIONS
-#endif \ No newline at end of file
+#endif