Start working on combining rgb_backlight and original_backlight.

This commit is contained in:
Dmitry422
2025-02-28 23:14:18 +07:00
parent edd42d34c6
commit 3c7d9e63fb
7 changed files with 571 additions and 17 deletions

View File

@@ -9,6 +9,7 @@
#include "notification.h"
#include "notification_messages.h"
#include "notification_app.h"
#include "applications/settings/notification_settings/rgb_backlight.h"
#define TAG "NotificationSrv"
@@ -616,6 +617,7 @@ int32_t notification_srv(void* p) {
break;
case SaveSettingsMessage:
notification_save_settings(app);
rgb_backlight_save_settings();
break;
case LoadSettingsMessage:
notification_load_settings(app);