Skip to content

Commit

Permalink
Updated corne.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jul 1, 2023
1 parent a7143d4 commit dbe7404
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@

#binding-cells = <0>;
mods = <(MOD_LALT)>;
keep-mods = <()>;
};
parenthesis_brackets_right: parenthesis_brackets_right {
compatible = "zmk,behavior-mod-morph";
Expand All @@ -102,6 +103,7 @@

#binding-cells = <0>;
mods = <(MOD_LALT)>;
keep-mods = <()>;
};
slashandbackslash: slashandbackslash {
compatible = "zmk,behavior-mod-morph";
Expand All @@ -112,6 +114,7 @@

#binding-cells = <0>;
mods = <(MOD_LALT)>;
keep-mods = <()>;
};
quote: quote {
compatible = "zmk,behavior-mod-morph";
Expand All @@ -122,6 +125,7 @@

#binding-cells = <0>;
mods = <(MOD_LALT)>;
keep-mods = <()>;
};
};

Expand Down Expand Up @@ -434,9 +438,9 @@

numpad {
bindings = <
&none &trans &trans &trans &trans &trans &kp STAR &kp NUMBER_7 &kp NUMBER_8 &kp NUMBER_9 &parenthesis_brackets_left &none
&none &trans &trans &trans &trans &trans &kp SLASH &kp NUMBER_4 &kp NUMBER_5 &kp NUMBER_6 &kp RIGHT_PARENTHESIS &none
&none &trans &trans &trans &trans &trans &kp NUMBER_0 &kp NUMBER_1 &kp NUMBER_2 &kp NUMBER_3 &kp SEMI &none
&none &trans &trans &trans &trans &trans &kp STAR &kp NUMBER_7 &kp NUMBER_8 &kp NUMBER_9 &parenthesis_brackets_left &none
&none &trans &trans &trans &trans &trans &kp SLASH &kp NUMBER_4 &kp NUMBER_5 &kp NUMBER_6 &parenthesis_brackets_right &none
&none &trans &trans &trans &trans &trans &kp NUMBER_0 &kp NUMBER_1 &kp NUMBER_2 &kp NUMBER_3 &kp SEMI &none
&trans &trans &trans &trans &trans &dot_comma
>;
};
Expand Down

0 comments on commit dbe7404

Please sign in to comment.