Skip to content

Commit

Permalink
Makes COLON the primary combo on the RHS again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Brandt authored Mar 7, 2024
1 parent 949d655 commit f0f0795
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ behaviors {
layers = <0 1 2 3>;
};

combo2_apostrophe {
timeout-ms = <50>;
key-positions = <20 21>;
bindings = <&kp APOS>;
layers = <0 1 2 3>;
};
combo2_ampersand {
timeout-ms = <50>;
key-positions = <21 22>;
Expand Down Expand Up @@ -245,13 +251,13 @@ behaviors {
bindings = <&kp K_APP>;
layers = <1>;
};
combo2_semi {
combo2_colon {
timeout-ms = <50>;
key-positions = <16 17>;
bindings = <&kp SEMI>;
bindings = <&kp COLON>;
layers = <0 2 3>;
};
combo2_semi_nav {
combo2_colon_nav {
timeout-ms = <50>;
key-positions = <16 17>;
bindings = <&kp COLON>;
Expand All @@ -269,6 +275,18 @@ 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 {
timeout-ms = <50>;
key-positions = <18 19>;
bindings = <&kp SEMI>;
layers = <1>;
};

combo2_bslh {
timeout-ms = <50>;
Expand All @@ -279,7 +297,7 @@ behaviors {
combo2_bslh_nav {
timeout-ms = <50>;
key-positions = <25 26>;
bindings = <&kp PIPE>;
bindings = <&kp BSLH>;
layers = <1>;
};
combo2_equal {
Expand All @@ -300,6 +318,12 @@ behaviors {
bindings = <&kp PLUS>;
layers = <0 1 2 3>;
};
combo2_pipe {
timeout-ms = <50>;
key-positions = <28 29>;
bindings = <&kp PIPE>;
layers = <0 1 2 3>;
};

// RHS 3-key combos
combo3_star {
Expand Down

0 comments on commit f0f0795

Please sign in to comment.