diff options
Diffstat (limited to 'users/bcat')
-rw-r--r-- | users/bcat/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h index a29aded713..c5f731b739 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h @@ -1,3 +1,8 @@ +/* Delay between tap_code register and unregister to fix flaky media keys. */ +#undef TAP_CODE_DELAY + +#define TAP_CODE_DELAY 10 + /* Turn off RGB lighting when the host goes to sleep. */ #define RGBLIGHT_SLEEP |