Fix: left and right key on the first column
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user