From 841f05ff3ca56abea5b4d995240bea53ca8ada1f Mon Sep 17 00:00:00 2001 From: 1218 <98438916+a741725193@users.noreply.github.com> Date: Sun, 5 May 2024 21:52:54 +0800 Subject: [PATCH] Update Kconfig.defconfig --- config/Kconfig.defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/Kconfig.defconfig b/config/Kconfig.defconfig index f3cc959ed..96924a436 100644 --- a/config/Kconfig.defconfig +++ b/config/Kconfig.defconfig @@ -56,6 +56,12 @@ config IL0323 config ZMK_DISPLAY_BLANK_ON_IDLE default n +# 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 endif # ZMK_DISPLAY