Skip to content

Commit

Permalink
修补
Browse files Browse the repository at this point in the history
Signed-off-by: Xmj <[email protected]>
  • Loading branch information
Deer-Xmj authored Sep 7, 2024
1 parent 15c3f99 commit 23d28ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/boards/shields/rolio/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23d28ec

Please sign in to comment.