summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/q3_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/q3_pro/config.h
parente4f4ceaf3f2e3d25fb282273a81f9b58790fc427 (diff)
DD-configuration for Q Pro series
Diffstat (limited to 'keyboards/keychron/q3_pro/config.h')
-rw-r--r--keyboards/keychron/q3_pro/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/keychron/q3_pro/config.h b/keyboards/keychron/q3_pro/config.h
index 4be8751f2d..dde2580aec 100644
--- a/keyboards/keychron/q3_pro/config.h
+++ b/keyboards/keychron/q3_pro/config.h
@@ -16,22 +16,10 @@
#pragma once
-/* 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, 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 }