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