Skip to content

Commit

Permalink
Changes combo2's on LHS bottom-row
Browse files Browse the repository at this point in the history
  • Loading branch information
snth authored Oct 30, 2024
1 parent 1f3ac0b commit 763e133
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ behaviors {
// 7 5 3 1 9 8 0 2 4 6
// |#####| | _ | | DEL | BSPC| : | - | ; |#####|
// ( [ ] ) ~ LCK \ : - &
// |#####| & | { | } | ` | ~ | = | > | < |#####|
// |#####| { | } | " | ` | ~ | = | > | < |#####|

// LHS Vertical 2-key combos
combo2_7_vert {
Expand Down Expand Up @@ -292,22 +292,22 @@ behaviors {
layers = <DFT NAV NUM SYM>;
};

combo2_ampersand {
combo2_lbrc {
timeout-ms = <50>;
key-positions = <20 21>;
bindings = <&kp AMPERSAND>;
bindings = <&kp LBRC>;
layers = <DFT NAV NUM SYM>;
};
combo2_lbrc {
combo2_rbrc {
timeout-ms = <50>;
key-positions = <21 22>;
bindings = <&kp LBRC>;
bindings = <&kp RBRC>;
layers = <DFT NAV NUM SYM>;
};
combo2_rbrc {
combo2_dqt {
timeout-ms = <50>;
key-positions = <22 23>;
bindings = <&kp RBRC>;
bindings = <&kp DQT>;
layers = <DFT NAV NUM SYM>;
};
combo2_grave {
Expand Down

0 comments on commit 763e133

Please sign in to comment.