From 23d28ecc4d78d84e5ca6771a0dcfdea332186308 Mon Sep 17 00:00:00 2001 From: Xmj <146149506+Deer-Xmj@users.noreply.github.com> Date: Sat, 7 Sep 2024 14:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xmj <146149506+Deer-Xmj@users.noreply.github.com> --- config/boards/shields/rolio/Kconfig.defconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/boards/shields/rolio/Kconfig.defconfig b/config/boards/shields/rolio/Kconfig.defconfig index 42d5ad1..a3c93ed 100644 --- a/config/boards/shields/rolio/Kconfig.defconfig +++ b/config/boards/shields/rolio/Kconfig.defconfig @@ -32,7 +32,14 @@ if SHIELD_ROLIO_LEFT || SHIELD_ROLIO_RIGHT config ZMK_DISPLAY_DEDICATED_THREAD_STACK_SIZE int "Stack size for dedicated UI thread/queue" default 4096 + config ZMK_DISPLAY_BLANK_ON_IDLE + default y + # Needed for the IL0323 driver which allocs memory to clear the display + config HEAP_MEM_POOL_SIZE + default 1024 + config LV_Z_MEM_POOL_SIZE + default 4096 # 启用分体键盘支持 config ZMK_SPLIT