summaryrefslogtreecommitdiff
path: root/app/Kconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-24 16:39:11 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-25 23:10:40 -0400
commitd80063ff513969f622a6cffd1a9d074ccc3cfa24 (patch)
tree1525e3d17f99c0827b93063fc6db1900378d0a09 /app/Kconfig
parent91d8237cab170e16d5a9349c06d15ac6e78e14cd (diff)
Initial display support.
Diffstat (limited to 'app/Kconfig')
-rw-r--r--app/Kconfig10
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"