forked from kofal.net/zmk
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:
9
app/dts/behaviors/split_bt.dtsi
Normal file
9
app/dts/behaviors/split_bt.dtsi
Normal 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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
8
app/dts/bindings/behaviors/zmk,behavior-split-bt.yaml
Normal file
8
app/dts/bindings/behaviors/zmk,behavior-split-bt.yaml
Normal 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
|
||||
Reference in New Issue
Block a user