fix(rgb): check if settings enabled
This commit is contained in:
parent
c5c21022a2
commit
979a5bffff
2 changed files with 9 additions and 1 deletions
|
|
@ -55,5 +55,5 @@ target_sources_ifdef(CONFIG_ZMK_BLE app PRIVATE src/hog.c)
|
|||
target_sources_ifdef(CONFIG_ZMK_RGB_UNDERGLOW app PRIVATE src/rgb_underglow.c)
|
||||
target_sources(app PRIVATE src/endpoints.c)
|
||||
target_sources(app PRIVATE src/hid_listener.c)
|
||||
target_sources(app PRIVATE src/settings.c)
|
||||
target_sources_ifdef(CONFIG_SETTINGS app PRIVATE src/settings.c)
|
||||
target_sources(app PRIVATE src/main.c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue