Remove unneeded custom keymap code.

This commit is contained in:
Pete Johanson
2020-06-21 22:52:50 -04:00
parent ec663310c1
commit 037db585c1
3 changed files with 6 additions and 49 deletions

View File

@@ -19,24 +19,24 @@
label = "DEFAULT";
bindings = <
&reset &kp A
&kp B &kp C>;
&to 1 &kp A
&to 2 &kp C>;
};
lower: layer_1 {
label = "LOWER";
bindings = <
&reset &kp D
&kp F &kp E>;
&trans &kp D
&trans &kp E>;
};
raise: layer_2 {
label = "RAISE";
bindings = <
&reset &kp I
&kp G &kp H>;
&trans &kp I
&trans &kp H>;
};
};
};