blob: 790f2d617adbedd4befbafe0f99dc021c0a7e77f (
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/ none: behavior_none {
			compatible = "zmk,behavior-none";
			label = "NONE";
			#binding-cells = <0>;
		};
	};
};
 |