summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k10_pro/config.h
diff options
context:
space:
mode:
authorAdophoxia <andyao1528@gmail.com>2023-04-28 20:40:16 -0700
committerAdophoxia <andyao1528@gmail.com>2023-04-28 20:40:16 -0700
commit3c9944d9ea8b71e46301579dde758e90f9dafba6 (patch)
tree07fb9ca3cc9955a53705617b22a7075be2094004 /keyboards/keychron/k10_pro/config.h
parent3a7e8d69790459f1e9b3d86d9a6de51570cf5a3c (diff)
DD-conversion for even K-Pro series
Diffstat (limited to 'keyboards/keychron/k10_pro/config.h')
-rw-r--r--keyboards/keychron/k10_pro/config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/keychron/k10_pro/config.h b/keyboards/keychron/k10_pro/config.h
index 88efdab338..9fe5a4aa58 100644
--- a/keyboards/keychron/k10_pro/config.h
+++ b/keyboards/keychron/k10_pro/config.h
@@ -16,26 +16,10 @@
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 21
-
-/* Key matrix pins */
-#define MATRIX_ROW_PINS \
- { B5, B4, B3, A15, A14, A13 }
-#define MATRIX_COL_PINS \
- { B0, 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, 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 }