zmk/app/dts/behaviors/bluetooth.dtsi
Harry Herring f8a7fee9f6 Revert "Merge branch 'main' into main"
This reverts commit ba1ab1ab35, reversing
changes made to 9134fdcfab.
2020-12-01 18:55:04 +00:00

9 lines
147 B
Text

/ {
behaviors {
bt: behavior_bluetooth {
compatible = "zmk,behavior-bluetooth";
label = "BLUETOOTH";
#binding-cells = <2>;
};
};
};