From e4f5c7cbca1873fd2de4a67f2bafce9e2f3fa251 Mon Sep 17 00:00:00 2001 From: Yvggeniy Romanskiy Date: Wed, 7 Aug 2024 17:38:16 +0300 Subject: [PATCH] Bluetooth fix Issues to establish reliable connection to the PC. Source https://zmk.dev/docs/troubleshooting/connection-issues --- config/corne.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/corne.conf b/config/corne.conf index 974243c..2d5c888 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -4,3 +4,7 @@ # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y + +CONFIG_BT_CTLR_PHY_2M=n +CONFIG_ZMK_BLE_PASSKEY_ENTRY=y +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y