diff options
Diffstat (limited to 'keyboards/q4z/config.h')
-rw-r--r-- | keyboards/q4z/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/q4z/config.h b/keyboards/q4z/config.h index 64608f4879..eea6fcc076 100644 --- a/keyboards/q4z/config.h +++ b/keyboards/q4z/config.h @@ -15,11 +15,6 @@ */ #pragma once -#include "config_common.h" - -/* key matrix size */ -#define MATRIX_ROWS 5 -#define MATRIX_COLS 10 /* * Keyboard Matrix Assignments @@ -37,9 +32,6 @@ /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |