diff options
author | jack <0x6A73@pm.me> | 2022-11-14 08:44:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 15:44:07 +0000 |
commit | 05540eb6681dab073f61a7d81e4e36e426e8a1aa (patch) | |
tree | aa3c0659169ebe36c82e8e71d6faca635e87759a /keyboards/handwired | |
parent | bed5e1abf5e136d0e70a149f90110abbe8262dba (diff) |
Fixup handwired/alcor_dactyl (#19072)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/alcor_dactyl/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/handwired/alcor_dactyl/config.h b/keyboards/handwired/alcor_dactyl/config.h index f8ffe4d6a3..58a4ec558e 100644 --- a/keyboards/handwired/alcor_dactyl/config.h +++ b/keyboards/handwired/alcor_dactyl/config.h @@ -27,7 +27,6 @@ #define SERIAL_USART_TX_PIN GP10 #define SERIAL_USART_RX_PIN GP9 #define RGB_DI_PIN GP16 -#define DRIVER_LED_TOTAL 2 +#define RGB_MATRIX_LED_COUNT 2 #define RGB_MATRIX_SPLIT { 1, 1 } -#define RGBLED_NUM 1 #define EE_HANDS |