15 lines
220 B
Text
15 lines
220 B
Text
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
/ {
|
|
behaviors {
|
|
none: behavior_none {
|
|
compatible = "zmk,behavior-none";
|
|
label = "NONE";
|
|
#binding-cells = <0>;
|
|
};
|
|
};
|
|
};
|