refactor(settings): Only load used subtrees

This commit is contained in:
Nick Winans
2020-12-08 22:15:59 -06:00
committed by Pete Johanson
parent b5e17e3b0f
commit 69d48c5715
6 changed files with 7 additions and 11 deletions

View File

@@ -65,7 +65,6 @@ 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_ifdef(CONFIG_SETTINGS app PRIVATE src/settings.c)
target_sources(app PRIVATE src/main.c)
add_subdirectory(src/display/)