forked from kofal.net/zmk
feat(display): Initial widget/status screen work.
* Battery and output status widgets * Built in status screen combining them. * Ability to define a custom status screen factory function.
This commit is contained in:
5
app/src/display/CMakeLists.txt
Normal file
5
app/src/display/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
target_sources_ifdef(CONFIG_ZMK_DISPLAY app PRIVATE main.c)
|
||||
target_sources_ifdef(CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN app PRIVATE status_screen.c)
|
||||
|
||||
add_subdirectory(widgets/)
|
||||
Reference in New Issue
Block a user