aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r--users/drashna/config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h
index f9b0d4d17..e48f72355 100644
--- a/users/drashna/config.h
+++ b/users/drashna/config.h
@@ -4,6 +4,7 @@
4 4
5#ifdef AUDIO_ENABLE 5#ifdef AUDIO_ENABLE
6#define AUDIO_CLICKY 6#define AUDIO_CLICKY
7#define AUDIO_CLICKY_ON
7#define STARTUP_SONG SONG(E1M1_DOOM) 8#define STARTUP_SONG SONG(E1M1_DOOM)
8#define GOODBYE_SONG SONG(SONIC_RING) 9#define GOODBYE_SONG SONG(SONIC_RING)
9#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ 10#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
@@ -16,7 +17,7 @@
16#ifdef RGBLIGHT_ENABLE 17#ifdef RGBLIGHT_ENABLE
17 #ifndef KEYBOARD_ergodox_ez 18 #ifndef KEYBOARD_ergodox_ez
18 #define RGBLIGHT_SLEEP 19 #define RGBLIGHT_SLEEP
19 #endif 20 #endif // !KEYBOARD_ergodox_ez
20#endif // RGBLIGHT_ENABLE 21#endif // RGBLIGHT_ENABLE
21 22
22 23
@@ -51,8 +52,8 @@
51 52
52#ifdef TAPPING_TERM 53#ifdef TAPPING_TERM
53#undef TAPPING_TERM 54#undef TAPPING_TERM
54#endif 55#endif // TAPPING_TERM
55#define TAPPING_TERM 160 56#define TAPPING_TERM 176
56 57
57 58
58// Disable action_get_macro and fn_actions, since we don't use these 59// Disable action_get_macro and fn_actions, since we don't use these