summaryrefslogtreecommitdiff
path: root/keyboards/matrix/me/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/me/config.h')
-rw-r--r--keyboards/matrix/me/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/matrix/me/config.h b/keyboards/matrix/me/config.h
index 85ec6a04c7..69b54b5bd0 100644
--- a/keyboards/matrix/me/config.h
+++ b/keyboards/matrix/me/config.h
@@ -15,18 +15,11 @@
*/
#pragma once
-#include "config_common.h"
-/* key matrix size */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 15
#define MATRIX_ROW_PINS {D3, D5, D4, D6, B5, B4}
#define MATRIX_COL_PINS {B7, B3, B2, B1, B0, F0, F1, F4, F5, F6, F7, C7, C6, B6, D7}
#define DIODE_DIRECTION COL2ROW
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.
@@ -54,7 +47,3 @@
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
-
-// led pins
-#define LED_CAPS_LOCK_PIN E6
-#define LED_SCROLL_LOCK_PIN D2