summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/transparent.dtsi
blob: 81ebb133e99168ca549c4409625cabf815e9de59 (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/ trans: behavior_transparent {
			compatible = "zmk,behavior-transparent";
			label = "TRANS";
			#binding-cells = <0>;
		};
	};
};