Skip to content

Commit

Permalink
Remove excessive combos
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Mar 16, 2024
1 parent c88e051 commit 2fc76ac
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,14 @@
combos {
compatible = "zmk,combos";

combo_rcmd {
bindings = <&kp LEFT_COMMAND>;
key-positions = <20 21>;
};

combo_lcmd {
combo_cmd {
bindings = <&kp LEFT_COMMAND>;
key-positions = <14 15>;
};

combo_lalt {
combo_alt {
bindings = <&kp LEFT_ALT>;
key-positions = <26 27>;
};

combo_ralt {
bindings = <&kp LEFT_ALT>;
key-positions = <32 33>;
key-positions = <20 21>;
};

combo_adjust_layer {
Expand Down

0 comments on commit 2fc76ac

Please sign in to comment.