Fixed some space/tab issues as well as updated copyright statements

This commit is contained in:
tominabox1
2020-09-14 09:25:31 -05:00
parent 62c47b1981
commit 42c42ccbbd
4 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2020 TJ Campie
*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
@@ -14,13 +14,13 @@
/ {
behaviors {
hm: homerow_mods {
compatible = "zmk,behavior-hold-tap";
label = "homerow mods";
#binding-cells = <2>;
tapping_term_ms = <225>;
hm: homerow_mods {
compatible = "zmk,behavior-hold-tap";
label = "homerow mods";
#binding-cells = <2>;
tapping_term_ms = <225>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
bindings = <&kp>, <&kp>;
};
};
};