summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/bluetooth.dtsi
blob: 9df974b41c0abbdc54bfc65919ceecc669e75e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2020 The ZMK Contributors
 *
 * SPDX-License-Identifier: MIT
 */

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