Skip to content

Commit

Permalink
bracket and del moved around
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jun 24, 2024
1 parent 7cca40d commit 3d52d15
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@

combo_BC {
timeout-ms = <50>;
key-positions = <15 16>;
key-positions = <15 14>;
bindings = <&kp LEFT_PARENTHESIS>;
};

combo_BB {
timeout-ms = <50>;
key-positions = <19 20>;
key-positions = <20 21>;
bindings = <&kp RIGHT_PARENTHESIS>;
};

Expand All @@ -87,7 +87,7 @@

Deltl {
bindings = <&kp BACKSPACE>;
key-positions = <18 19>;
key-positions = <19 20>;
};

Ente {
Expand Down Expand Up @@ -165,9 +165,6 @@
};
};

macros {
};

//-------------------------------------------------------------------------------------------------------------------------------------------------------

keymap {
Expand Down

0 comments on commit 3d52d15

Please sign in to comment.