diff options
Diffstat (limited to 'app/dts/behaviors/bluetooth.dtsi')
-rw-r--r-- | app/dts/behaviors/bluetooth.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/dts/behaviors/bluetooth.dtsi b/app/dts/behaviors/bluetooth.dtsi new file mode 100644 index 0000000..ea09f4a --- /dev/null +++ b/app/dts/behaviors/bluetooth.dtsi @@ -0,0 +1,9 @@ +/ { + behaviors { + bt: behavior_bluetooth { + compatible = "zmk,behavior-bluetooth"; + label = "BLUETOOTH"; + #binding-cells = <2>; + }; + }; +}; |