mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-12 10:51:33 +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 = {
|
HSV hsv = {
|
||||||
.h = i + unlocked_ticks,
|
.h = i + unlocked_ticks,
|
||||||
.s = 0xFF,
|
.s = 0xFF,
|
||||||
.v = RGB_MATRIX_MAXIMUM_BRIGHTNESS,
|
.v = 0x70,
|
||||||
};
|
};
|
||||||
for (uint8_t j = 0; j < unlocked_leds_count; j++) {
|
for (uint8_t j = 0; j < unlocked_leds_count; j++) {
|
||||||
if (i == unlocked_leds[j]) {
|
if (i == unlocked_leds[j]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user