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 80d5e59 commit 2a5d16a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/boards/shields/rolio/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,23 @@ config I2C

config SSD1306
default y
# 启用蓝牙功能
config ZMK_BLE
default y

# 启用蓝牙配对功能
config BT
default y
config BT_PERIPHERAL
default y

# 启用 USB 功能(可选)
config ZMK_USB
default y

# 启用分体键盘支持
config ZMK_SPLIT
default y
endif # ZMK_DISPLAY

if LVGL
Expand Down

0 comments on commit 2a5d16a

Please sign in to comment.