Skip to content

Commit b0afb45

Browse files
committed
Add prospector scanner 2
Signed-off-by: Leo Lou <louyuhong@gmail.com>
1 parent 269dc07 commit b0afb45

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

config/toucan.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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"

config/west.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)