Skip to content

Commit

Permalink
Fix Underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermeletta committed Sep 11, 2023
1 parent b98095c commit bd434fe
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@
// | CTRL | CMD | SPC | | RET | SPC | ALT |

bindings = <
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp EQUAL
&kp ESC &hm LGUI A &hm LALT S &hm LCTRL D &hm LSHFT F &kp G &kp H &hm RSHIFT J &hm LCTRL K &hm LALT L &hm LGUI SEMI &kp PIPE
&kp PLUS &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp UNDERSCORE
&trans &trans &trans &trans &trans &trans
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp EQUAL
&kp ESC &hm LGUI A &hm LALT S &hm LCTRL D &hm LSHFT F &kp G &kp H &hm RSHIFT J &hm LCTRL K &hm LALT L &hm LGUI SEMI &kp PIPE
&kp PLUS &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp UNDER
&kp C_PP &lt NUM BSPC &lt MISC SPACE &lt SYSTEM RET &lt NUM BSPC &lt MISC C_NEXT
>;
};

Expand All @@ -298,7 +298,8 @@
&kp TAB &kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp SQT &kp BSPC
&kp ESC &hm LGUI A &hm LALT R &hm LCTRL S &hm LSHFT T &kp G &kp M &hm RSHIFT N &hm LCTRL E &hm LALT I &hm LGUI O &kp RET
&td_caps &kp Z &kp X &kp C &kp D &kp V &kp K &kp H &kp COMMA &kp DOT &kp FSLH &kp RSHIFT
&kp C_PP &lt NUM BSPC &lt MISC SPACE &lt SYSTEM RET &lt SYSTEM RET &lt MISC SPACE
&trans &trans &trans &trans &trans &trans

>;
};

Expand All @@ -321,6 +322,7 @@
>;
};


misc_layer {
label = "MISC";
sensor-bindings = <&inc_dec_kp LEFT RIGHT>;
Expand All @@ -339,6 +341,7 @@
>;
};


system_layer {
label = "SYSTEM";
sensor-bindings = <&inc_dec_kp U_UNDO U_REDO>;
Expand All @@ -357,6 +360,7 @@
>;
};


fast_layer {
label = "FAST";
sensor-bindings = <&inc_dec_kp PGDN PGUP>;
Expand All @@ -375,6 +379,7 @@
>;
};


slow_layer {
label = "SLOW";
sensor-bindings = <&inc_dec_kp PGDN PGUP>;
Expand Down

0 comments on commit bd434fe

Please sign in to comment.