mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-30 09:55:19 -05:00
* Battery and output status widgets * Built in status screen combining them. * Ability to define a custom status screen factory function.
5 lines
180 B
CMake
5 lines
180 B
CMake
|
|
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/) |