Moving RGB Backlight setings and effect to rgb service finished.

This commit is contained in:
Dmitry422
2025-03-14 02:18:14 +07:00
parent c9313c6f52
commit 9b3d737693
7 changed files with 194 additions and 147 deletions

View File

@@ -748,9 +748,6 @@ int32_t notification_srv(void* p) {
notification_process_internal_message(app, &message);
break;
case SaveSettingsMessage:
// //call rgb_mod_timer_control (start or stop) when we save settings
// rainbow_timer_starter(app->rgb_srv);
// rgb_backlight_settings_save(app->rgb_srv->settings);
notification_save_settings(app);
break;
case LoadSettingsMessage: