mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-07 22:05:19 -05:00
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:
3
app/src/display/widgets/CMakeLists.txt
Normal file
3
app/src/display/widgets/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
target_sources_ifdef(CONFIG_ZMK_WIDGET_BATTERY_STATUS app PRIVATE battery_status.c)
|
||||
target_sources_ifdef(CONFIG_ZMK_WIDGET_OUTPUT_STATUS app PRIVATE output_status.c)
|
||||
Reference in New Issue
Block a user