diff options
Diffstat (limited to 'keyboards/dztech/dz96/config.h')
-rw-r--r-- | keyboards/dztech/dz96/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/dztech/dz96/config.h b/keyboards/dztech/dz96/config.h index 534bd56cd9..fb4fce2ff9 100644 --- a/keyboards/dztech/dz96/config.h +++ b/keyboards/dztech/dz96/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 8 @@ -34,9 +33,5 @@ #define LED_SCROLL_LOCK_PIN B1 #define LED_PIN_ON_STATE 0 -/* number of backlight levels */ #define BACKLIGHT_PIN B6 #define BACKLIGHT_LEVELS 5 - -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 |