summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/bluetooth.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'app/dts/behaviors/bluetooth.dtsi')
-rw-r--r--app/dts/behaviors/bluetooth.dtsi9
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>;
+ };
+ };
+};