diff options
Diffstat (limited to 'keyboards/winry/winry315/config.h')
-rw-r--r-- | keyboards/winry/winry315/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/winry/winry315/config.h b/keyboards/winry/winry315/config.h index 3d0921590e..e43016f62b 100644 --- a/keyboards/winry/winry315/config.h +++ b/keyboards/winry/winry315/config.h @@ -3,7 +3,6 @@ #pragma once -#include "config_common.h" // Key matrix size. #define MATRIX_ROWS 1 @@ -133,6 +132,3 @@ # define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH #endif - -// Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed. -#define DEBOUNCE 5 |