Skip to content

Commit a14bc86

Browse files
committed
feat(config): align zen + nice!nano configs
1 parent 5d37932 commit a14bc86

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed

config/corne.conf

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
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
58
CONFIG_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
818
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
919
CONFIG_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+

config/corneish_zen.conf

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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
58
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
69

@@ -11,10 +14,11 @@ CONFIG_ZMK_BLE_PASSKEY_ENTRY=y
1114
CONFIG_ZMK_SLEEP=y
1215
CONFIG_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
1822
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n
1923

2024
# Experimental: BLE improvements

0 commit comments

Comments
 (0)