aboutsummaryrefslogtreecommitdiff
path: root/config/cradio.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/cradio.conf')
-rw-r--r--config/cradio.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cradio.conf b/config/cradio.conf
index 34225c0..b21e4d7 100644
--- a/config/cradio.conf
+++ b/config/cradio.conf
@@ -1,5 +1,5 @@
# increase bluetooth signal power
-CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
+#CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
# Enable sleep, after 30 minutes
CONFIG_ZMK_SLEEP=y
@@ -7,5 +7,5 @@ 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
+CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=35
+CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=35