Fix: left and right key on the first column

This commit is contained in:
2023-11-18 20:58:02 +01:00
parent 9b5b8d1e00
commit eef201bd97
2 changed files with 20 additions and 2 deletions

View File

@@ -8,6 +8,12 @@
╰───────────╯ ╰───────────╯ */
compatible = "zmk,combos";
numG {
key-positions = <12 0>;
bindings = <&kp GRAVE>;
layers = <0>;
};
num1 {
key-positions = <13 1>;
bindings = <&kp N1>;
@@ -68,8 +74,20 @@ num0 {
layers = <0>;
};
numM {
key-positions = <23 11>;
bindings = <&kp MINUS>;
layers = <0>;
};
c_esc {
key-positions = <15 16>;
bindings = <&kp ESC>;
layers = <0>;
};
c_ret {
key-positions = <19 20>;
bindings = <&kp RET>;
layers = <0>;
};