mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 23:14:09 +00:00
Reduce brightness of rainbow backdrop in unlock pattern
This commit is contained in:
parent
e4adf94e76
commit
0eaf5230e4
@ -77,7 +77,7 @@ static bool unlocked(effect_params_t* params) {
|
||||
HSV hsv = {
|
||||
.h = i + unlocked_ticks,
|
||||
.s = 0xFF,
|
||||
.v = RGB_MATRIX_MAXIMUM_BRIGHTNESS,
|
||||
.v = 0x70,
|
||||
};
|
||||
for (uint8_t j = 0; j < unlocked_leds_count; j++) {
|
||||
if (i == unlocked_leds[j]) {
|
||||
|
Loading…
Reference in New Issue
Block a user