zmk_mf68/app/dts/behaviors/split_bt.dtsi
Pete Johanson 3796f76c56 Initial exploration of split BLE service.
* 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.
2020-07-17 22:43:40 -04:00

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>;
};
};
};