diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-29 00:37:11 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:43:40 -0400 |
commit | 3796f76c56d42ca9b4fd36edae7f6bf6656009b9 (patch) | |
tree | 367eaa4b9c7b80c1e0d8a5f196668c2c911a4137 /app/dts/behaviors/split_bt.dtsi | |
parent | f6110a632d0ddbc0a9ebd7bfd4997366f95facfd (diff) |
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.
Diffstat (limited to 'app/dts/behaviors/split_bt.dtsi')
-rw-r--r-- | app/dts/behaviors/split_bt.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/dts/behaviors/split_bt.dtsi b/app/dts/behaviors/split_bt.dtsi new file mode 100644 index 0000000..c31d957 --- /dev/null +++ b/app/dts/behaviors/split_bt.dtsi @@ -0,0 +1,9 @@ +/ { + behaviors { + split_behavior: behavior_split_bt { + compatible = "zmk,behavior-split-bt", "zmk,behavior-global"; + label = "SPLIT_BT"; + #binding-cells = <0>; + }; + }; +}; |