diff options
author | lalalademaxiya1 <2831039915@qq.com> | 2023-06-30 11:45:57 +0800 |
---|---|---|
committer | lalalademaxiya1 <2831039915@qq.com> | 2023-06-30 11:45:57 +0800 |
commit | 6a5c81252f149cdee9a7f5e4a9f53beff59d6a7b (patch) | |
tree | cda6625901250b5caf50c6156929361ef959fad6 /keyboards/keychron/k13_pro/config.h | |
parent | 064f3702f7d79185cad174627ff2e2c54f584813 (diff) | |
parent | 9902d781e69432a3edb1e3014706c80c7e202e6b (diff) |
Merge branch 'temp' into keychron_q6_pro
Diffstat (limited to 'keyboards/keychron/k13_pro/config.h')
-rw-r--r-- | keyboards/keychron/k13_pro/config.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/keychron/k13_pro/config.h b/keyboards/keychron/k13_pro/config.h index 1b8ea0404c..eb2a32ad6d 100644 --- a/keyboards/keychron/k13_pro/config.h +++ b/keyboards/keychron/k13_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 \ - { C15, 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 } |