diff options
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig index df768b3..01384a0 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -67,6 +67,14 @@ endif endmenu +config ZMK_DISPLAY + bool "ZMK display support" + default n + select DISPLAY + select LVGL + select LVGL_THEMES + select LVGL_THEME_MONO + select LVGL_OBJ_LABEL menu "Split Support" @@ -163,7 +171,13 @@ endif endmenu config HEAP_MEM_POOL_SIZE - default 1024 + default 8192 + +config KERNEL_BIN_NAME + default "zmk" + +config REBOOT + default y module = ZMK module-str = zmk |