Skip to content

Commit

Permalink
even less keys
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jul 2, 2024
1 parent 884225d commit 2a04aba
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions config/helix.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
base {
label = "base";
bindings = <
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BACKSPACE
&kp ESCAPE &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp ENTER
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp PERIOD &kp SLASH &kp SINGLE_QUOTE
&mo 1 &kp LCTRL &kp LG(SPACE) &kp LEFT_ALT &kp LEFT_GUI &kp SPACE &kp LEFT_BRACKET &kp RIGHT_BRACKET &mo 3 &kp RCTRL &kp LEFT_BRACKET &kp RIGHT_BRACKET &kp BACKSLASH &kp EQUAL
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BACKSPACE
&mt LCTRL ESCAPE &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp ENTER
&kp LSHFT &lt 1 Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp PERIOD &kp SLASH &kp SINGLE_QUOTE
&none &none &none &none &kp LALT &kp LGUI &kp SPACE &mo 0 &mo 2 &mo 1 &none &none &none &none
>;
};

fn {
label = "fn";
bindings = <
&kp RS(RA(RC(RG(F6)))) &trans &trans &bt BT_PRV &trans &bt BT_NXT &trans &trans &trans &trans &kp F10 &kp DELETE
&trans &trans &kp C_BRIGHTNESS_INC &kp C_PREVIOUS &kp C_PLAY_PAUSE &kp C_NEXT &kp LEFT_ARROW &kp DOWN &kp UP_ARROW &kp RIGHT &trans &trans
&trans &trans &kp C_BRIGHTNESS_DEC &kp C_VOLUME_DOWN &kp K_MUTE &kp C_VOLUME_UP &trans &trans &trans &trans &trans &trans
&none &mo 3 &kp LC(LG(SPACE)) &trans &trans &trans &mo 2 &kp LA(LC(LG(C))) &none &none &none &none &none &none
&kp RS(RA(RC(RG(F6)))) &trans &trans &bt BT_PRV &trans &bt BT_NXT &trans &trans &trans &trans &kp F10 &kp DELETE
&trans &trans &kp C_BRIGHTNESS_INC &kp C_PREVIOUS &kp C_PLAY_PAUSE &kp C_NEXT &kp LEFT_ARROW &kp DOWN &kp UP_ARROW &kp RIGHT &trans &trans
&trans &trans &kp C_BRIGHTNESS_DEC &kp C_VOLUME_DOWN &kp K_MUTE &kp C_VOLUME_UP &kp LG(SPACE) &kp LA(LG(LC(SPACE))) &trans &trans &trans &trans
&none &none &none &trans &trans &trans &none &none &none &none &none &none &none &none
>;
};

Expand All @@ -50,16 +50,14 @@
label = "bt";
};

numbers {
layer_4 {
label = "bt";
bindings = <
&kp LS(TILDE) &kp LS(EXCL) &kp LS(AT) &kp LS(POUND) &kp LS(DLLR) &kp LS(PRCNT) &kp LS(CARET) &kp LS(AMPS) &kp LS(STAR) &kp LS(LPAR) &kp LS(RPAR) &kp UNDERSCORE
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
&trans &trans &trans &trans &trans &trans &trans &trans &kp LBKT &kp RBKT &kp BACKSLASH &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&kp LS(TILDE) &kp LS(EXCL) &kp LS(AT) &kp LS(POUND) &kp LS(DLLR) &kp LS(PRCNT) &kp LS(CARET) &kp LS(AMPS) &kp LS(STAR) &kp LS(LPAR) &kp LS(RPAR) &kp LS(UNDER)
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
&trans &trans &trans &none &none &none &trans &trans &kp LBKT &kp RBKT &kp BSLH &kp EQUAL
&none &none &none &none &none &none &none &none &none &none &none &none &none &none
>;

label = "#";
};
};
};

0 comments on commit 2a04aba

Please sign in to comment.