Skip to content

Commit

Permalink
revision of combos
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jun 25, 2024
1 parent 7328b89 commit 07f6535
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

Fdel {
bindings = <&kp DEL>;
key-positions = <11 10>;
key-positions = <10 11>;
};

combo_esc {
timeout-ms = <50>;
key-positions = <0 1>;
key-positions = <10 9>;
bindings = <&kp ESC>;
};

Expand All @@ -43,7 +43,7 @@

combo_AT {
timeout-ms = <50>;
key-positions = < 12 13>;
key-positions = <13 16>;
bindings = <&kp AT_SIGN>;
};

Expand Down Expand Up @@ -130,7 +130,7 @@

Trial4 {
bindings = <&bootloader>;
key-positions = <11 9 10 8>;
key-positions = <>;
};

eqls {
Expand All @@ -152,6 +152,21 @@
bindings = <&kp EQUAL>;
key-positions = <5 4>;
};

lcontrol {
bindings = <&kp LEFT_CONTROL>;
key-positions = <25 26>;
};

lcaps {
bindings = <&kp CAPS>;
key-positions = <13 14>;
};

ltab {
bindings = <&kp TAB>;
key-positions = <1 2>;
};
};
};

Expand Down

0 comments on commit 07f6535

Please sign in to comment.