Skip to content

Commit

Permalink
Remove duplicating mappings from raise layer
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Nov 10, 2024
1 parent 9b5ccfc commit 03a7407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@

raise_layer {
bindings = <
&trans &none &none &none &none &none &none &kp LEFT_BRACKET &kp UP_ARROW &kp RIGHT_BRACKET &none &kp DELETE
&trans &none &none &none &none &none &kp BACKSPACE &kp LEFT_ARROW &kp DOWN_ARROW &kp RIGHT_ARROW &kp SQT &trans
&trans &none &none &none &none &none &kp HOME &kp PAGE_DOWN &kp PAGE_UP &kp END &kp BACKSLASH &trans
&trans &trans &kp LEFT_ALT &none &none &none
&trans &none &none &none &none &none &none &kp LEFT_BRACKET &kp UP_ARROW &kp RIGHT_BRACKET &none &kp DELETE
&trans &none &none &none &none &none &none &kp LEFT_ARROW &kp DOWN_ARROW &kp RIGHT_ARROW &none &trans
&trans &none &none &none &none &none &kp HOME &kp PAGE_DOWN &kp PAGE_UP &kp END &kp BACKSLASH &trans
&trans &trans &kp LEFT_ALT &none &none &none
>;
};

Expand Down

0 comments on commit 03a7407

Please sign in to comment.