From 103b2e113cd3ed973fb47543b6cbf980653ff06d Mon Sep 17 00:00:00 2001 From: Xmj <146149506+Deer-Xmj@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:37:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=93=9D=E7=89=99=E5=B7=A6?= =?UTF-8?q?=E5=8F=B3=E6=89=8B=E9=85=8D=E5=AF=B9rolio.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xmj <146149506+Deer-Xmj@users.noreply.github.com> --- config/boards/shields/rolio/rolio.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/boards/shields/rolio/rolio.conf b/config/boards/shields/rolio/rolio.conf index 16ad126..614f30c 100644 --- a/config/boards/shields/rolio/rolio.conf +++ b/config/boards/shields/rolio/rolio.conf @@ -37,5 +37,7 @@ CONFIG_ZMK_IDLE_TIMEOUT=300000 # 增加键盘消抖 CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=5 CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5 - - +# 蓝牙自动配对 +CONFIG_BT_AUTO_CONNECT=y +# 启用外围设备 +CONFIG_BT_PERIPHERAL=y