* 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.
9 lines
179 B
Text
9 lines
179 B
Text
/ {
|
|
behaviors {
|
|
split_behavior: behavior_split_bt {
|
|
compatible = "zmk,behavior-split-bt", "zmk,behavior-global";
|
|
label = "SPLIT_BT";
|
|
#binding-cells = <0>;
|
|
};
|
|
};
|
|
};
|