From c3f679c35539e5f69598f8058fb5b89266701202 Mon Sep 17 00:00:00 2001 From: "keymap-editor[bot]" <91849743+keymap-editor[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:31:43 +0000 Subject: [PATCH] copy nynquest layout --- config/helix.keymap | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/config/helix.keymap b/config/helix.keymap index 4df4587..e26ea5a 100644 --- a/config/helix.keymap +++ b/config/helix.keymap @@ -22,30 +22,44 @@ default_layer { 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 MINUS - &kp ESCAPE &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SINGLE_QUOTE - &kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp PERIOD &kp SLASH &kp BACKSLASH - &none &none &none &none &none &none &none &none &none &none &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 +&kp ESCAPE &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp RET +&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp PERIOD &kp SLASH &kp SQT +&mo 1 &kp LCTRL &kp LG(SPACE) &kp LEFT_ALT &kp LEFT_GUI &kp SPACE &mo 3 &mo 3 &none &none &kp LBKT &kp RBKT &kp BSLH &kp EQUAL >; }; lower_layer { label = "fn"; bindings = < - &trans &trans &trans &bt BT_PRV &trans &bt BT_NXT &trans &trans &trans &trans &trans &trans - &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 &none &none &none &none &none &kp LG(LC(LA(LS(F6)))) &none &none &none &none &none &none &none +&trans &trans &trans &bt BT_PRV &trans &bt BT_NXT &trans &trans &trans &trans &trans &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 &none &none &none &mo 2 &none &kp LG(LC(LA(LS(F6)))) &none &none &none &none &none &none &none >; }; - layer_2 { + 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 +&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 { + bindings = < +&trans &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) &trans +&trans &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &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 &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans + >; + + label = "#"; }; }; };