summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k4_pro/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keychron/k4_pro/config.h')
-rw-r--r--keyboards/keychron/k4_pro/config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/keychron/k4_pro/config.h b/keyboards/keychron/k4_pro/config.h
index 4af87a8f18..2a28579146 100644
--- a/keyboards/keychron/k4_pro/config.h
+++ b/keyboards/keychron/k4_pro/config.h
@@ -16,26 +16,10 @@
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 18
-
-/* Key matrix pins */
-#define MATRIX_ROW_PINS \
- { B5, B4, B3, A15, A14, A13 }
-#define MATRIX_COL_PINS \
- { B0, A7, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN }
-
-/* COL2ROW or ROW2COL */
-#define DIODE_DIRECTION ROW2COL
-
/* turn off effects when suspended */
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define LED_DISABLE_WHEN_USB_SUSPENDED
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
/* DIP switch for Mac/win OS switch */
#define DIP_SWITCH_PINS \
{ A8 }