diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-25 23:16:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 23:16:04 -0400 |
commit | 998f42a2ed225e1ad0e67cc1e033619622b314c4 (patch) | |
tree | 52f4abf4c3959cb9ab602e99d9aee587b3d646b8 /app/Kconfig | |
parent | 91d8237cab170e16d5a9349c06d15ac6e78e14cd (diff) | |
parent | 5e96c0014a2a2a97c7363df9c74f062d0e3b806b (diff) |
Merge pull request #63 from petejohanson/display/initial-lvgl-display-support
Initial display support.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig index 21cc91c..e86198e 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" @@ -139,7 +147,7 @@ config ZMK_ACTION_MOD_TAP endmenu config HEAP_MEM_POOL_SIZE - default 1024 + default 8192 config KERNEL_BIN_NAME default "zmk" |