From 0c04d30978d6f0e7796bdfd5a8771e8512df4686 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Tue, 16 Jul 2024 19:22:05 -0700 Subject: [PATCH] Enabled wireless range boost Ran into some strange behavior with this disabled (repeated/missed keys). --- config/corne.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/corne.conf b/config/corne.conf index eac90e4..7cbafe4 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -11,7 +11,7 @@ CONFIG_ZMK_SLEEP=y CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=300000 # Uncomment the following line to increase the keyboard's wireless range -# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y +CONFIG_BT_CTLR_TX_PWR_PLUS_8=y # Enable eager debouncing CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1