diff options
Diffstat (limited to 'keyboards/phrygian/ph100/config.h')
-rw-r--r-- | keyboards/phrygian/ph100/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/phrygian/ph100/config.h b/keyboards/phrygian/ph100/config.h index 1edf420b90..d3d8d204a8 100644 --- a/keyboards/phrygian/ph100/config.h +++ b/keyboards/phrygian/ph100/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 10 @@ -31,6 +30,3 @@ /* Define capslock and numlock */ #define LED_NUM_LOCK_PIN B14 #define LED_CAPS_LOCK_PIN B15 - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 10 |