Reduce brightness of rainbow backdrop in unlock pattern

This commit is contained in:
Jeremy Soller 2021-02-25 12:15:39 -07:00 committed by Jeremy Soller
parent e4adf94e76
commit 0eaf5230e4

View File

@ -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]) {