Change DRIVER_LED_COUNT
to {LED,RGB}_MATRIX_LED_COUNT
(#18399)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
/* RGB Data Pin */
|
||||
#define RGB_DI_PIN C7
|
||||
/* The number of RGB LEDs connected */
|
||||
#define DRIVER_LED_TOTAL 118
|
||||
#define RGB_MATRIX_LED_COUNT 118
|
||||
/* Set the maximum brightness to 110 to avoid going over 500 mA.
|
||||
* At full brightness with all three indicator LEDs on, the power draw is about 450 mA. */
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 110
|
||||
|
Reference in New Issue
Block a user