Initial display support.
This commit is contained in:
parent
91d8237cab
commit
d80063ff51
7 changed files with 145 additions and 4 deletions
10
app/Kconfig
10
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue