From d421cf0057e9ffc4f1dc7defba791ab4935db2e2 Mon Sep 17 00:00:00 2001 From: Mark Bailey Date: Fri, 13 Dec 2024 14:50:57 -0500 Subject: [PATCH] add bt options --- config/corne.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/corne.conf b/config/corne.conf index 36bcb50..1640527 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -3,5 +3,8 @@ CONFIG_ZMK_RGB_UNDERGLOW=y CONFIG_WS2812_STRIP=y CONFIG_ZMK_POINTING=y +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y +CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y + # Uncomment the following line to enable the Corne OLED Display # CONFIG_ZMK_DISPLAY=y