diff options
author | Adophoxia <andyao1528@gmail.com> | 2023-04-27 21:17:56 -0700 |
---|---|---|
committer | Adophoxia <andyao1528@gmail.com> | 2023-04-27 21:17:56 -0700 |
commit | fa0edb0b50d068ac790cb0b4c390ce8a7635473e (patch) | |
tree | 4abd824a1464a8ae5de6e48639511a96cce42560 /keyboards/keychron/q2_pro/config.h | |
parent | e4f4ceaf3f2e3d25fb282273a81f9b58790fc427 (diff) |
DD-configuration for Q Pro series
Diffstat (limited to 'keyboards/keychron/q2_pro/config.h')
-rw-r--r-- | keyboards/keychron/q2_pro/config.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/keychron/q2_pro/config.h b/keyboards/keychron/q2_pro/config.h index 2a76577c05..772638280e 100644 --- a/keyboards/keychron/q2_pro/config.h +++ b/keyboards/keychron/q2_pro/config.h @@ -16,22 +16,10 @@ #pragma once -/* key matrix pins */ -#define MATRIX_ROW_PINS \ - { 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 #define LED_DISABLE_WHEN_USB_SUSPENDED -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - /* DIP switch */ #define DIP_SWITCH_PINS \ { A8 } |