mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-16 02:45:35 -04:00
Change DRIVER_LED_COUNT
to {LED,RGB}_MATRIX_LED_COUNT
(#18399)
This commit is contained in:
parent
7b2eedaf45
commit
58b26de213
4 changed files with 32 additions and 32 deletions
|
@ -29,7 +29,7 @@ for more options.
|
|||
# define RGBLED_SPLIT \
|
||||
{ 36, 36 }
|
||||
# ifdef RGB_MATRIX_ENABLE
|
||||
# define DRIVER_LED_TOTAL RGBLED_NUM
|
||||
# define RGB_MATRIX_LED_COUNT RGBLED_NUM
|
||||
# define RGB_MATRIX_SPLIT RGBLED_SPLIT
|
||||
# define SPLIT_TRANSPORT_MIRROR
|
||||
# else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue