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 3, 2023
1 parent cdf75ac commit df59cd0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
label = "QUOTE";
bindings =
<&kp SINGLE_QUOTE>,
<&kp SEMICOLON>;
<&kp GRAVE>;

#binding-cells = <0>;
mods = <(MOD_LALT)>;
Expand Down Expand Up @@ -157,6 +157,16 @@
#binding-cells = <2>;
tapping-term-ms = <200>;
};
coma_semi: coma_semi {
compatible = "zmk,behavior-mod-morph";
label = "COMA_SEMI";
bindings =
<&kp COMMA>,
<&kp SEMI>;

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

macros {
Expand Down Expand Up @@ -430,7 +440,7 @@
bindings = <
&none &kp Q &kp W &lt 2 E &lt 1 R &lt 7 T &lt 10 Y &lt 2 U &lt 1 I &kp O &kp P &none
&none &hm LCTRL A &hm LALT S &hm LGUI D &hm LSHFT F &lt 4 G &lt 5 H &hm RSHFT J &hm RGUI K &hm RALT L &hm_quote RIGHT_CONTROL undefined &none
&none &kp Z &kp X &kp C &kp V &kp B &lt 3 N &kp M &kp COMMA &kp DOT &slashandbackslash &none
&none &kp Z &kp X &kp C &kp V &kp B &lt 3 N &kp M &coma_semi &kp DOT &slashandbackslash &none
&layer_left_bracket 9 undefined &hm LEFT_GUI TAB &lt 6 SPACE &lt 6 BACKSPACE &lt 4 ENTER &layer_right_bracket 8 undefined
>;
};
Expand Down

0 comments on commit df59cd0

Please sign in to comment.