mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
* Service for split peripheral to report position state to split central. * Updated advertising info. * Behavior for split BT until we have a proper event system.
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
/ {
|
|
behaviors {
|
|
split_behavior: behavior_split_bt {
|
|
compatible = "zmk,behavior-split-bt", "zmk,behavior-global";
|
|
label = "SPLIT_BT";
|
|
#binding-cells = <0>;
|
|
};
|
|
};
|
|
};
|