Skip to content

Commit

Permalink
Switches SEMI and PIPE combos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Brandt authored Mar 7, 2024
1 parent f0f0795 commit a693913
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -275,17 +275,11 @@ behaviors {
bindings = <&kp MINUS>;
layers = <1>;
};
combo2_semi {
timeout-ms = <50>;
key-positions = <18 19>;
bindings = <&kp SEMI>;
layers = <0 2 3>;
};
combo2_semi_nav {
combo2_pipe {
timeout-ms = <50>;
key-positions = <18 19>;
bindings = <&kp SEMI>;
layers = <1>;
bindings = <&kp PIPE>;
layers = <0 1 2 3>;
};

combo2_bslh {
Expand Down Expand Up @@ -318,10 +312,10 @@ behaviors {
bindings = <&kp PLUS>;
layers = <0 1 2 3>;
};
combo2_pipe {
combo2_semi {
timeout-ms = <50>;
key-positions = <28 29>;
bindings = <&kp PIPE>;
bindings = <&kp SEMI>;
layers = <0 1 2 3>;
};

Expand Down

0 comments on commit a693913

Please sign in to comment.