summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/to_layer.dtsi
blob: b09616ffda384201358ad7c26236d22c056693c8 (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 {
		to: behavior_to_layer {
			compatible = "zmk,behavior-to-layer";
			label = "TO_LAYER";
			#binding-cells = <1>;
		};
	};
};