diff options
author | lokher <lokher@gmail.com> | 2023-06-12 09:25:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 09:25:36 +0800 |
commit | b68ade2b9eb44e6f93b18831576b0962e8f77bbf (patch) | |
tree | 5996b85cc6fd9278254cf618142d4acbd7d78049 /keyboards/keychron/k10_pro/config.h | |
parent | 3d895c8b25da81f1cee93bbfa625f98a96c543e7 (diff) | |
parent | b169ae51202a5da226659e5235d2c24e2ae8a6d9 (diff) |
Merge pull request #123 from adophoxia/dd-config-bt-playground
Data-Driven configuration for K and Q Pro boarads
Diffstat (limited to 'keyboards/keychron/k10_pro/config.h')
-rw-r--r-- | keyboards/keychron/k10_pro/config.h | 16 |
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 } |