diff options
Diffstat (limited to 'keyboards/keychron/k3_pro/config.h')
-rw-r--r-- | keyboards/keychron/k3_pro/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/keychron/k3_pro/config.h b/keyboards/keychron/k3_pro/config.h index 733ad5a3b8..c31f3cc18b 100644 --- a/keyboards/keychron/k3_pro/config.h +++ b/keyboards/keychron/k3_pro/config.h @@ -29,6 +29,9 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION ROW2COL +/* Use SPI to drive 74HC595 shift register */ +#define DRIVE_SHRIFT_REGISTER_WITH_SPI + /* Turn off effects when suspended */ #define RGB_DISABLE_WHEN_USB_SUSPENDED #define LED_DISABLE_WHEN_USB_SUSPENDED @@ -41,7 +44,7 @@ { A8 } /* Caps lock LED Pin */ -#define LED_CAPS_LOCK_PIN A7 +#define LED_CAPS_LOCK_PIN A0 #define LED_PIN_ON_STATE 1 #ifdef KC_BLUETOOTH_ENABLE |