1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00
This commit is contained in:
MX
2025-04-12 03:11:35 +03:00
parent 75f5d6fec7
commit d5935dc814

View File

@@ -927,7 +927,7 @@ int32_t notification_srv(void* p) {
rgb_backlight_set_led_static_color(0, app->settings.rgb.led_0_color_index); rgb_backlight_set_led_static_color(0, app->settings.rgb.led_0_color_index);
rgb_backlight_update(app->settings.display_brightness * app->current_night_shift); rgb_backlight_update(app->settings.display_brightness * app->current_night_shift);
} }
// if rgb_backlight not installed then set default static orange color(index=0) to all leds (0-2) and force light on // if rgb_backlight not installed then set default static orange color(index=0) to all leds (0-2) and force light on
} else { } else {
rgb_backlight_set_led_static_color(2, 0); rgb_backlight_set_led_static_color(2, 0);
rgb_backlight_set_led_static_color(1, 0); rgb_backlight_set_led_static_color(1, 0);