Skip to content

Commit

Permalink
Switches combos for ;+ and <>{}
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Brandt authored and Tobias Brandt committed Mar 12, 2024
1 parent bd18fcd commit 2bd11f7
Showing 1 changed file with 14 additions and 26 deletions.
40 changes: 14 additions & 26 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -292,24 +292,18 @@ behaviors {
timeout-ms = <50>;
key-positions = <26 27>;
bindings = <&kp EQUAL>;
layers = <0 2 3>;
};
combo2_equal_nav {
timeout-ms = <50>;
key-positions = <26 27>;
bindings = <&kp EQUAL>;
layers = <1>;
layers = <0 1 2 3>;
};
combo2_plus {
combo2_semi {
timeout-ms = <50>;
key-positions = <27 28>;
bindings = <&kp PLUS>;
bindings = <&kp SEMI>;
layers = <0 1 2 3>;
};
combo2_semi {
combo2_plus {
timeout-ms = <50>;
key-positions = <28 29>;
bindings = <&kp SEMI>;
bindings = <&kp PLUS>;
layers = <0 1 2 3>;
};

Expand Down Expand Up @@ -337,24 +331,18 @@ behaviors {
timeout-ms = <50>;
key-positions = <15 16 17>;
bindings = <&kp BSPC>;
layers = <0 2 3>;
};
combo3_bspc_nav {
timeout-ms = <50>;
key-positions = <15 16 17>;
bindings = <&kp BSPC>;
layers = <1>;
layers = <0 1 2 3>;
};
combo3_gt {
combo3_rbrc_rhs {
timeout-ms = <50>;
key-positions = <16 17 18>;
bindings = <&kp GT>;
bindings = <&kp RBRC>;
layers = <0 1 2 3>;
};
combo3_lt {
combo3_lbrc_rhs {
timeout-ms = <50>;
key-positions = <17 18 19>;
bindings = <&kp LT>;
bindings = <&kp LBRC>;
layers = <0 1 2 3>;
};

Expand All @@ -364,16 +352,16 @@ behaviors {
bindings = <&kp AMPERSAND>;
layers = <0 1 2 3>;
};
combo3_rbrc_rhs {
combo3_gt {
timeout-ms = <50>;
key-positions = <26 27 28>;
bindings = <&kp RBRC>;
bindings = <&kp GT>;
layers = <0 1 2 3>;
};
combo3_lbrc_rhs {
combo3_lt {
timeout-ms = <50>;
key-positions = <27 28 29>;
bindings = <&kp LBRC>;
bindings = <&kp LT>;
layers = <0 1 2 3>;
};

Expand Down

0 comments on commit 2bd11f7

Please sign in to comment.