From 1bdca4bc2f22c1705062dc36a91875e1141372b3 Mon Sep 17 00:00:00 2001 From: Jesse Leite Date: Sat, 3 Aug 2024 13:10:06 -0400 Subject: [PATCH] Increase BLE transmit power --- config/corne.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/corne.conf b/config/corne.conf index a8b9c8c..9dd4dd1 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -10,3 +10,6 @@ CONFIG_ZMK_KEYBOARD_NAME="1337 Nijuni" # Enable deep sleep after 1 hour of inactivity CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000 + +# Increase BLE transmit power for weak connection between keyboard and host +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y