summaryrefslogtreecommitdiff
path: root/keyboards/xmmx/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xmmx/config.h')
-rw-r--r--keyboards/xmmx/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/xmmx/config.h b/keyboards/xmmx/config.h
index 2a0631b683..3e437fc1b5 100644
--- a/keyboards/xmmx/config.h
+++ b/keyboards/xmmx/config.h
@@ -1,10 +1,5 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 17
/* key matrix pins */
#define MATRIX_ROW_PINS { B0, F6, F5, F4, F1, F0 }
@@ -13,13 +8,6 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-#define LED_CAPS_LOCK_PIN B6
-#define LED_SCROLL_LOCK_PIN B5
-#define LED_PIN_ON_STATE 0
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE