diff options
Diffstat (limited to 'keyboards/hs60/v1/v1.c')
-rw-r--r-- | keyboards/hs60/v1/v1.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/hs60/v1/v1.c b/keyboards/hs60/v1/v1.c index 466cfeeaf5..21d6ac4874 100644 --- a/keyboards/hs60/v1/v1.c +++ b/keyboards/hs60/v1/v1.c @@ -307,6 +307,10 @@ led_config_t g_led_config = { { #endif +#ifndef DEBOUNCE +# define DEBOUNCE 5 +#endif + void bootmagic_lite(void) { // The lite version of TMK's bootmagic made by Wilba. |