From 0eaf5230e4b300f298457153ee951cb15d9c4b0b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 25 Feb 2021 12:15:39 -0700 Subject: [PATCH] Reduce brightness of rainbow backdrop in unlock pattern --- keyboards/system76/launch_1/rgb_matrix_kb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/system76/launch_1/rgb_matrix_kb.inc b/keyboards/system76/launch_1/rgb_matrix_kb.inc index 408ad631a97..cd3836c025c 100644 --- a/keyboards/system76/launch_1/rgb_matrix_kb.inc +++ b/keyboards/system76/launch_1/rgb_matrix_kb.inc @@ -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]) {