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