From 3e8e7db8a73de3323acbc579f82e35775cb849da Mon Sep 17 00:00:00 2001 From: Matt Klich Date: Sat, 21 Sep 2024 14:37:54 -0600 Subject: [PATCH] enable only ble connection, not security features --- config/sofle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sofle.conf b/config/sofle.conf index d0ed028..2a82591 100755 --- a/config/sofle.conf +++ b/config/sofle.conf @@ -18,7 +18,7 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y # Experimental bluetooth config that is set to be the default eventually # - attempt at making Windows pairing/connection more reliable -CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y +CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y # Enable deep sleep CONFIG_ZMK_SLEEP=y