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 c6fd9c8 commit fc76c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/rolio/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if SHIELD_A_YZ_KEYBOARD_LEFT
if SHIELD_ROLIO_LEFT
# 定义键盘名称
config ZMK_KEYBOARD_NAME
default "yz_rolio"
Expand All @@ -8,7 +8,7 @@ if SHIELD_A_YZ_KEYBOARD_LEFT
default y

endif
if SHIELD_A_YZ_KEYBOARD_LEFT||SHIELD_A_YZ_KEYBOARD_RIGHT
if SHIELD_ROLIO_LEFT||SHIELD_ROLIO_RIGHT
config ZMK_SPLIT
default y
# 启用蓝牙配对功能
Expand Down

0 comments on commit fc76c90

Please sign in to comment.