Change DRIVER_LED_COUNT
to {LED,RGB}_MATRIX_LED_COUNT
(#18399)
This commit is contained in:
parent
d967de0df7
commit
36c410592d
577 changed files with 836 additions and 831 deletions
|
@ -31,7 +31,7 @@
|
|||
#define RGBLIGHT_SPLIT
|
||||
#define RGBLIGHT_LIMIT_VAL 120 // limits maximum brightness of LEDs to 150 out of 255. Higher may cause the controller to crash.
|
||||
|
||||
#define DRIVER_LED_TOTAL 88
|
||||
#define RGB_MATRIX_LED_COUNT 88
|
||||
#define RGB_MATRIX_SPLIT { 44, 44 }
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120 // limits maximum brightness of LEDs to 150 out of 255. Higher may cause the controller to crash.
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue