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.
This commit is contained in:
Pete Johanson
2020-06-29 00:37:11 -04:00
parent f6110a632d
commit 3796f76c56
10 changed files with 150 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
/ {
behaviors {
split_behavior: behavior_split_bt {
compatible = "zmk,behavior-split-bt", "zmk,behavior-global";
label = "SPLIT_BT";
#binding-cells = <0>;
};
};
};

View File

@@ -0,0 +1,8 @@
# Copyright (c) 2020, Pete Johanson
# SPDX-License-Identifier: MIT
description: Split Bluetooth Behavior
compatible: "zmk,behavior-split-bt"
include: zero_param.yaml