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 c8dbb6f commit e203d92
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,6 @@
combos {
compatible = "zmk,combos";

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

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

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

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

combo_adjust_layer {
bindings = <&mo 3>;
key-positions = <38 37>;
Expand All @@ -53,16 +33,6 @@
bindings = <&kp LEFT_CONTROL>;
key-positions = <22 21>;
};

combo_left_cmd_ctrl {
bindings = <&kp LG(LEFT_CONTROL)>;
key-positions = <13 14 15>;
};

combo_right_cmd_ctrl {
bindings = <&kp LG(LEFT_CONTROL)>;
key-positions = <22 21 20>;
};
};

keymap {
Expand Down

0 comments on commit e203d92

Please sign in to comment.