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 5, 2024
1 parent 4ed5930 commit 627e735
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions config/boards/shields/rolio/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@ config ZMK_SPLIT_ROLE_CENTRAL
default y

endif

if SHIELD_ROLIO_RIGHT
config ZMK_SPLIT_BLE_ROLE_CENTRAL
default n

config ZMK_SPLIT_ROLE_CENTRAL
default n
# 启用蓝牙自动连接功能
config CONFIG_BT_AUTO_CONNECT
default y
endif



if SHIELD_ROLIO_LEFT || SHIELD_ROLIO_RIGHT


# 增大堆栈大小至4096
config ZMK_DISPLAY_DEDICATED_THREAD_STACK_SIZE
Expand Down Expand Up @@ -48,6 +44,10 @@ if SHIELD_ROLIO_LEFT || SHIELD_ROLIO_RIGHT
config ZMK_SPLIT
default y

# 配置分体键盘的中心角色
config ZMK_SPLIT_ROLE_CENTRAL
default y

# 启用 I2C
config I2C
default y
Expand Down Expand Up @@ -113,4 +113,3 @@ if SHIELD_ROLIO_LEFT || SHIELD_ROLIO_RIGHT
default y

endif # ZMK_BACKLIGHT

0 comments on commit 627e735

Please sign in to comment.