Start moving RGB MOD from Notification to RGB MOD service.

This commit is contained in:
Dmitry422
2025-03-11 18:54:12 +07:00
parent 687a6fd630
commit 9e6593c09e
10 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
App(
appid="rgb_backlight",
name="RgbBackLightSrv",
apptype=FlipperAppType.SERVICE,
entry_point="rgb_backlight_srv",
cdefines=["SRV_RGB_BACKLIGHT"],
stack_size=1 * 1024,
order=99,
sdk_headers=["rgb_backlight.h"],
provides=["rgb_backlight_settings"],
)