forked from kofal.net/zmk
* 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>;
|
|
};
|
|
};
|
|
};
|