File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # Enable status advertisement
2+ CONFIG_ZMK_STATUS_ADVERTISEMENT=y
3+ CONFIG_ZMK_STATUS_ADV_KEYBOARD_NAME="Toucan"
4+
5+ # Activity-based intervals (battery optimization)
6+ CONFIG_ZMK_STATUS_ADV_ACTIVITY_BASED=y
7+ CONFIG_ZMK_STATUS_ADV_ACTIVE_INTERVAL_MS=100
8+ CONFIG_ZMK_STATUS_ADV_IDLE_INTERVAL_MS=30000
9+
10+ # Split keyboard battery monitoring (if applicable)
11+ CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
12+
13+ # (Optional) Central side selection for split keyboards
14+ CONFIG_ZMK_STATUS_ADV_CENTRAL_SIDE="LEFT"
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ manifest:
88 url-base : https://github.com/petejohanson/
99 - name : caksoylar
1010 url-base : https://github.com/caksoylar
11+ - name : prospector
12+ url-base : https://github.com/t-ogura
1113 projects :
1214 - name : zmk
1315 remote : zmkfirmware
@@ -18,5 +20,9 @@ manifest:
1820 - name : zmk-rgbled-widget
1921 remote : caksoylar
2022 revision : main
23+ - name : prospector-zmk-module
24+ remote : prospector
25+ revision : v2.0.0
26+ path : modules/prospector-zmk-module
2127 self :
2228 path : config
You can’t perform that action at this time.
0 commit comments