LED config fixes (#18973)

This commit is contained in:
Ryan
2022-11-11 12:15:19 +11:00
committed by GitHub
parent dad5262425
commit 20ed138236
18 changed files with 218 additions and 217 deletions

View File

@@ -31,7 +31,7 @@
/* RGB Data Pin */
#define RGB_DI_PIN C7
/* The number of RGB LEDs connected */
#define RGB_MATRIX_LED_COUNT 118
#define RGB_MATRIX_LED_COUNT 105
/* 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