forked from mirrors/qmk_firmware
Reduce RGB maximum brightness (#19618)
This commit is contained in:
parent
737e6bf027
commit
eb7a8d994a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
/* RGB Matrix config */
|
||||
#define RGB_DI_PIN E2
|
||||
#define RGB_MATRIX_LED_COUNT 100
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
|
||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
|
||||
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
|
||||
|
|
Loading…
Reference in a new issue