diff options
Diffstat (limited to 'keyboards/pearlboards/zeus/config.h')
-rw-r--r-- | keyboards/pearlboards/zeus/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/pearlboards/zeus/config.h b/keyboards/pearlboards/zeus/config.h index 2a371716b5..b191a09ff3 100644 --- a/keyboards/pearlboards/zeus/config.h +++ b/keyboards/pearlboards/zeus/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 6 @@ -81,9 +80,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_SLEEP #endif -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Indicator Led's*/ #define LED_CAPS_LOCK_PIN C5 #define LED_NUM_LOCK_PIN C4 |