summaryrefslogtreecommitdiffstats
path: root/users/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r--users/drashna/config.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h
index ef1860778..26c989d7f 100644
--- a/users/drashna/config.h
+++ b/users/drashna/config.h
@@ -11,12 +11,13 @@
SONG(DVORAK_SOUND), \
SONG(OVERWATCH_THEME) \
}
+
+#define AUDIO_CLICKY_FREQ_RANDOMNESS 1.0f
+
#endif
#ifdef RGBLIGHT_ENABLE
- #ifndef KEYBOARD_ergodox_ez
- #define RGBLIGHT_SLEEP
- #endif // !KEYBOARD_ergodox_ez
+#define RGBLIGHT_SLEEP
#endif // RGBLIGHT_ENABLE
@@ -42,7 +43,7 @@
#define IGNORE_MOD_TAP_INTERRUPT
#undef PERMISSIVE_HOLD
#undef PREVENT_STUCK_MODIFIERS
-#define TAPPING_FORCE_HOLD
+// #define TAPPING_FORCE_HOLD
//#define RETRO_TAPPING
#define FORCE_NKRO
@@ -54,7 +55,7 @@
#ifdef TAPPING_TERM
#undef TAPPING_TERM
#endif // TAPPING_TERM
-#define TAPPING_TERM 200
+#define TAPPING_TERM 175
// Disable action_get_macro and fn_actions, since we don't use these