File tree Expand file tree Collapse file tree 2 files changed +30
-8
lines changed Expand file tree Collapse file tree 2 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 1- # Uncomment the following line to enable deep sleep
2- # CONFIG_ZMK_SLEEP=y
1+ # Turn on logging, and set ZMK logging to debug output
2+ # CONFIG_ZMK_USB_LOGGING=y
3+
4+ # Reset BT connections on next firmware boot
5+ # CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START=y
36
4- # Uncomment the following line to increase the keyboard's wireless range
7+ # Boost Bluetooth TX power
58CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
69
10+ # Require passkey on pairing
11+ CONFIG_ZMK_BLE_PASSKEY_ENTRY=y
12+
13+ # Sleep timeout 30 minutes
14+ CONFIG_ZMK_SLEEP=y
15+ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
16+
717# Enable eager debouncing
818CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
919CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7
1020
11- # Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use)
12- # CONFIG_ZMK_USB_LOGGING=y
21+ # Fix battery reporting on Windows
22+ CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
23+
24+ # Experimental: BLE improvements
25+ CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y
26+
27+ # Report battery peripheral battery level
28+ CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
29+ CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
30+
Original file line number Diff line number Diff line change 11# Turn on logging, and set ZMK logging to debug output
22# CONFIG_ZMK_USB_LOGGING=y
33
4+ # Reset BT connections on next firmware boot
5+ # CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START=y
6+
47# Boost Bluetooth TX power
58CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
69
@@ -11,10 +14,11 @@ CONFIG_ZMK_BLE_PASSKEY_ENTRY=y
1114CONFIG_ZMK_SLEEP=y
1215CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
1316
14- # Reset BT connections on next firmware boot
15- # CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START=y
17+ # Enable eager debouncing
18+ CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
19+ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7
1620
17- # Fix battery reporting on Windows / disabled 'cause I don't use it
21+ # Fix battery reporting on Windows
1822CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
1923
2024# Experimental: BLE improvements
You can’t perform that action at this time.
0 commit comments