diff options
Diffstat (limited to 'keyboards/nixkeyboards')
-rw-r--r-- | keyboards/nixkeyboards/day_off/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/nixkeyboards/day_off/config.h b/keyboards/nixkeyboards/day_off/config.h index 1ed4ea91e3..84257bc8c1 100644 --- a/keyboards/nixkeyboards/day_off/config.h +++ b/keyboards/nixkeyboards/day_off/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 @@ -35,9 +34,6 @@ { B1 } #define ENCODER_RESOLUTION 4 -/* Debounce reduces chatter */ -#define DEBOUNCE 5 - /* Set the Bootmagic key to the escape key (default key doesn't exist 0,0) */ #define BOOTMAGIC_LITE_ROW 0 #define BOOTMAGIC_LITE_COLUMN 1 |