Skip to content

Commit

Permalink
Put delete on lower backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Nov 19, 2024
1 parent 58f16bc commit 2ff6870
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
cmb_bksp {
bindings = <&kp BACKSPACE>;
key-positions = <19 20>;
layers = <0 2 1 3 4 7>;
};

cmb_delete {
bindings = <&kp DELETE>;
key-positions = <21 22>;
key-positions = <20 19>;
layers = <5 6>;
};
};

Expand All @@ -67,7 +69,6 @@
>;
};


_MAC {
bindings = <
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSLH
Expand Down Expand Up @@ -125,9 +126,9 @@
_SYS {
bindings = <
&trans &bt BT_PRV &bt BT_NXT &none &none &bt BT_CLR &to _DEFAULT &to _BACKUP &none &none &none &none
&trans &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &to _FANCY_GAME &none &none &none &none &none
&trans &out OUT_USB &out OUT_BLE &none &none &none &to _MAC &none &none &none &none &none
&trans &none &none &none &none &none
&trans &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &to _FANCY_GAME &none &none &none &none &none
&trans &out OUT_USB &out OUT_BLE &none &none &none &to _MAC &none &none &none &none &none
&trans &none &none &none &none &none
>;
};

Expand Down

0 comments on commit 2ff6870

Please sign in to comment.