summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/bluetooth.dtsi
blob: ea09f4a20582cfbe5451e8069d7363e853ab0af0 (plain)
1
2
3
4
5
6
7
8
9
/ {
	behaviors {
		bt: behavior_bluetooth {
			compatible = "zmk,behavior-bluetooth";
			label = "BLUETOOTH";
			#binding-cells = <2>;
		};
	};
};