Move rgb backlight from useless service to lib

This commit is contained in:
Willy-JL
2023-05-10 12:57:31 +01:00
parent 640637ce60
commit 4aef6a9df8
10 changed files with 7 additions and 21 deletions

View File

@@ -4,6 +4,9 @@ env.Append(
CPPPATH=[
"#/lib/drivers",
],
SDK_HEADERS=[
File("rgb_backlight.h"),
],
)