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 6, 2024
1 parent e0b2423 commit 22aae70
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions config/boards/shields/rolio/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
if SHIELD_ROLIO_LEFT

config ZMK_KEYBOARD_NAME
default "yz_rolio_left"
#config ZMK_KEYBOARD_NAME
# default "yz_rolio_left"

config ZMK_SPLIT_ROLE_CENTRAL
default y
#config ZMK_SPLIT_ROLE_CENTRAL
# default y

endif
if SHIELD_ROLIO_RIGHT
config ZMK_KEYBOARD_NAME
default "yz_rolio_right"
#config ZMK_KEYBOARD_NAME
# default "yz_rolio_right"

config ZMK_SPLIT_ROLE_CENTRAL
default y
#config ZMK_SPLIT_ROLE_CENTRAL
# default y


endif


if SHIELD_ROLIO_LEFT || SHIELD_ROLIO_RIGHT
config ZMK_KEYBOARD_NAME
default "yz_rolio"


config ZMK_SPLIT_ROLE_CENTRAL
default y
# 增大堆栈大小至4096
config ZMK_DISPLAY_DEDICATED_THREAD_STACK_SIZE
int "Stack size for dedicated UI thread/queue"
Expand Down

0 comments on commit 22aae70

Please sign in to comment.