diff options
Diffstat (limited to 'keyboards/kb_elmo/qez/config.h')
-rw-r--r-- | keyboards/kb_elmo/qez/config.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/kb_elmo/qez/config.h b/keyboards/kb_elmo/qez/config.h index 4b51eb3ff4..131da19b8f 100644 --- a/keyboards/kb_elmo/qez/config.h +++ b/keyboards/kb_elmo/qez/config.h @@ -17,11 +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 4 -#define MATRIX_COLS 10 /* Keyboard Matrix Assignments */ #define MATRIX_ROW_PINS { C6, C4, B1, B0 } @@ -29,9 +24,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW - -/* Debounce reduces chatter */ -#define DEBOUNCE 5 - -/* Indicator LEDs */ -#define LED_CAPS_LOCK_PIN C5 |