diff options
Diffstat (limited to 'keyboards/mechbrewery')
-rw-r--r-- | keyboards/mechbrewery/mb65h/config.h | 3 | ||||
-rw-r--r-- | keyboards/mechbrewery/mb65s/config.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/mechbrewery/mb65h/config.h b/keyboards/mechbrewery/mb65h/config.h index a5cb700e8f..88aa8b619d 100644 --- a/keyboards/mechbrewery/mb65h/config.h +++ b/keyboards/mechbrewery/mb65h/config.h @@ -27,6 +27,3 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW - -/* Debouncing reduces chatter */ -#define DEBOUNCE 5 diff --git a/keyboards/mechbrewery/mb65s/config.h b/keyboards/mechbrewery/mb65s/config.h index 67c68f305e..624d075922 100644 --- a/keyboards/mechbrewery/mb65s/config.h +++ b/keyboards/mechbrewery/mb65s/config.h @@ -28,9 +28,6 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* Debouncing reduces chatter */ -#define DEBOUNCE 5 - /* indicators */ #define LED_CAPS_LOCK_PIN D4 #define LED_PIN_ON_STATE 0 |