Skip to content

Commit

Permalink
slicemk: increase default sizes (2025-02-14)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongzheng committed Feb 17, 2025
1 parent b5979aa commit 1d1af93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT

rsource "Kconfig.slicemk"

mainmenu "ZMK Firmware"

menu "ZMK"
Expand Down
14 changes: 14 additions & 0 deletions app/Kconfig.slicemk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
config MAIN_STACK_SIZE
default 2048

config SYSTEM_WORKQUEUE_STACK_SIZE
default 2048

config ZMK_BEHAVIORS_QUEUE_SIZE
default 512

config ZMK_BLE_THREAD_STACK_SIZE
default 2048

config ZMK_SPLIT_CENTRAL_SPLIT_RUN_STACK_SIZE
default 2048

0 comments on commit 1d1af93

Please sign in to comment.