summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/none.dtsi
blob: 1fe2cff7002f8e65f3167ae034fca7b84f896d71 (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 {
		none: behavior_none {
			compatible = "zmk,behavior-none";
			label = "NONE";
			#binding-cells = <0>;
		};
	};
};