summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/q1_pro/config.h
diff options
context:
space:
mode:
authorAdophoxia <andyao1528@gmail.com>2023-04-27 21:17:56 -0700
committerAdophoxia <andyao1528@gmail.com>2023-04-27 21:17:56 -0700
commitfa0edb0b50d068ac790cb0b4c390ce8a7635473e (patch)
tree4abd824a1464a8ae5de6e48639511a96cce42560 /keyboards/keychron/q1_pro/config.h
parente4f4ceaf3f2e3d25fb282273a81f9b58790fc427 (diff)
DD-configuration for Q Pro series
Diffstat (limited to 'keyboards/keychron/q1_pro/config.h')
-rw-r--r--keyboards/keychron/q1_pro/config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/keychron/q1_pro/config.h b/keyboards/keychron/q1_pro/config.h
index 867aa91a0d..9a6da1ecf4 100644
--- a/keyboards/keychron/q1_pro/config.h
+++ b/keyboards/keychron/q1_pro/config.h
@@ -16,25 +16,9 @@
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 16
-
-/* Key matrix pins */
-#define MATRIX_ROW_PINS \
- { B5, B4, B3, A15, A14, A13 }
-#define MATRIX_COL_PINS \
- { 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
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
/* DIP switch for Mac/win OS switch */
#define DIP_SWITCH_PINS \
{ A8 }