Skip to content

Commit

Permalink
Use combos on right hand
Browse files Browse the repository at this point in the history
  • Loading branch information
eddymoulton committed Oct 11, 2024
1 parent 53e67a7 commit 58f16bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
cmb_enter {
bindings = <&kp ENTER>;
key-positions = <20 21>;
layers = <_DEFAULT _MAC _LOWER _LOWER_MAC _NUM>;
};

cmb_tab {
Expand All @@ -39,13 +38,11 @@
cmb_bksp {
bindings = <&kp BACKSPACE>;
key-positions = <19 20>;
layers = <_DEFAULT _MAC _LOWER _LOWER_MAC _NUM>;
};

cmb_deleter {
cmb_delete {
bindings = <&kp DELETE>;
key-positions = <21 22>;
layers = <_DEFAULT _MAC _LOWER _LOWER_MAC _NUM>;
};
};

Expand Down

0 comments on commit 58f16bc

Please sign in to comment.