Skip to content

Commit

Permalink
try to reduce mistypes with bluetooth layer
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jul 2, 2024
1 parent c8307a0 commit e3cf5c0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions config/helix.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,23 @@
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
&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 3 &mo 2 &mo 1 &none &none &none &none
&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 2 &mo 1 &kp RIGHT_CONTROL &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
&kp RS(RA(RC(RG(F6)))) &trans &trans &trans &trans &trans &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
&trans &mo 3 &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
>;
};

bluetooth {
bindings = <
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &bt BT_CLR
&trans &trans &trans &MO_NBT_KP K_PREVIOUS &MO_NBT_KP C_PLAY_PAUSE &MO_NBT_KP K_FORWARD &trans &trans &trans &trans &trans &trans
&trans &trans &trans &MO_NBT_KP C_VOLUME_DOWN &MO_NBT_KP K_MUTE &MO_NBT_KP C_VOLUME_UP &trans &trans &trans &trans &trans &trans
&none &none &none &none &none &none &none &none &none &none &none &none &none &none
>;

label = "bt";
};

numbers {
label = "#";
bindings = <
Expand All @@ -59,5 +48,16 @@
&none &none &none &none &none &none &none &none &none &none &none &none &none &none
>;
};

bluetooth {
bindings = <
&trans &trans &trans &bt BT_PRV &trans &bt BT_NXT &trans &trans &trans &trans &trans &bt BT_CLR
&trans &trans &trans &MO_NBT_KP K_PREVIOUS &MO_NBT_KP C_PLAY_PAUSE &MO_NBT_KP K_FORWARD &trans &trans &trans &trans &trans &trans
&trans &trans &trans &MO_NBT_KP C_VOLUME_DOWN &MO_NBT_KP K_MUTE &MO_NBT_KP C_VOLUME_UP &trans &trans &trans &trans &trans &trans
&none &none &none &none &none &none &none &none &none &none &none &none &none &none
>;

label = "bt";
};
};
};

0 comments on commit e3cf5c0

Please sign in to comment.