diff options
Diffstat (limited to 'keyboards/checkerboards/nop60/config.h')
-rw-r--r-- | keyboards/checkerboards/nop60/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/checkerboards/nop60/config.h b/keyboards/checkerboards/nop60/config.h index 802ac15a56..857f5eb4cc 100644 --- a/keyboards/checkerboards/nop60/config.h +++ b/keyboards/checkerboards/nop60/config.h @@ -17,7 +17,6 @@ Copyright 2021 Nathan Spears #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 @@ -54,10 +53,6 @@ Copyright 2021 Nathan Spears #define RGBLIGHT_SAT_STEP 12 // units to step when in/decresing saturation #define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness) - -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |