diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-31 10:18:19 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-02 16:04:56 -0500 |
commit | b3f3362b506d628c53cc610801bc3109965659ea (patch) | |
tree | 847013359808f4e0bc7c0da17d6750eb998b143c /app/Kconfig | |
parent | d5ea4269757e4b6e1d4a4185a34f359210eac310 (diff) |
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.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/app/Kconfig b/app/Kconfig index af61f49..5751f02 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -168,14 +168,7 @@ endmenu menu "Display/LED Options" -config ZMK_DISPLAY - bool "ZMK display support" - default n - select DISPLAY - select LVGL - select LVGL_THEMES - select LVGL_THEME_MONO - select LVGL_OBJ_LABEL +rsource "src/display/Kconfig" config ZMK_RGB_UNDERGLOW bool "RGB Adressable LED Underglow" @@ -330,5 +323,6 @@ rsource "boards/shields/*/Kconfig.shield" osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.defconfig" osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.shield" + source "Kconfig.zephyr" |