Start moving RGB backlight back to Notification service

This commit is contained in:
Dmitry422
2025-04-10 18:01:47 +07:00
parent 1b8e87ad53
commit 5eacafa16d
12 changed files with 333 additions and 643 deletions

View File

@@ -4,7 +4,7 @@ App(
apptype=FlipperAppType.SERVICE,
entry_point="notification_srv",
cdefines=["SRV_NOTIFICATION"],
requires=["input","rgb_backlight"],
requires=["input"],
provides=["notification_settings"],
stack_size=int(1.5 * 1024),
order=100,