Merge pull request #100 from petejohanson/behaviors/add-none

Add `&none` behavior.
This commit is contained in:
Pete Johanson
2020-08-18 14:31:20 -04:00
committed by GitHub
7 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
* Copyright (c) 2020 Pete Johanson
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
none: behavior_none {
compatible = "zmk,behavior-none";
label = "NONE";
#binding-cells = <0>;
};
};
};