aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2023-10-06 14:49:08 +0000
committer0scar <qgt268@alumni.ku.dk>2023-10-06 14:49:08 +0000
commitf3674a01e29bd7a8f6c49ec6a18783304d19268b (patch)
treee320bf8781b61dbfeefecd43258e05ccfae6e187
parentba783ce3772883eb37ef6dd6bd823cadfded3b90 (diff)
Increase bluetooth power
This might fix some of my issues with dropped keys.
-rw-r--r--config/cradio.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/cradio.conf b/config/cradio.conf
index c38a7a6..34225c0 100644
--- a/config/cradio.conf
+++ b/config/cradio.conf
@@ -1,6 +1,11 @@
-CONFIG_ZMK_SLEEP=y
+# increase bluetooth signal power
+CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
+# Enable sleep, after 30 minutes
+CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
+# Debouncing, lower to "reduce" input lag, raise to increase "reliability"
+# [source](https://zmk.dev/docs/features/debouncing#debounce-configuration)
#CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=15
#CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=15