Skip to content

Commit

Permalink
Revert from num/sym layer to number row
Browse files Browse the repository at this point in the history
Overall it was convenient to switch to the number/symbols layer with
LT1, except when we needed to type "Space" (which is LT2 and cannot be
assigned to the right hand).
Also there is no better way to type all the basic hotkeys (copy/paste/
close_tab/new_tab/etc) than using LT1 for CMD, so I tried to move
CMD to LT1, and num/sys layer modifier to the RT2 (which is awful)

In the end it seems that number row is the most convenient way to type
numbers (not sure about symbols though)
  • Loading branch information
vlad-psh committed Sep 24, 2024
1 parent 8f9366e commit 28cb0fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

default_layer_0 { // Default COLEMAK layer
bindings = <
&ctrl_c_d &none &kp LT &kp EQUAL &kp GT &none &sl 3 &sl 3 &none &none &kp LPAR &kp RPAR &none &none
&none &kp Q &kp W &kp F &kp P &kp B &none &kp C_VOL_UP &kp J &kp M &kp U &kp Y &kp SEMI &kp EQUAL
&ctrl_c_d &kp GRAVE &kp N2 &kp N3 &kp N4 &kp N5 &sl 3 &sl 3 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &none
&kp N1 &kp Q &kp W &kp F &kp P &kp B &none &kp C_VOL_UP &kp J &kp M &kp U &kp Y &kp SEMI &kp EQUAL
&kp TAB &kp A &kp R &kp S &kp T &kp G &none &none &kp LALT &kp RS(TAB) &kp TAB &kp C_VOL_DN &kp H &kp N &kp E &kp I &kp O &kp SQT
&none &kp Z &kp X &kp C &kp D &kp V &kp LCTRL &kp RCTRL &kp K &kp L &kp COMMA &kp DOT &kp FSLH &kp MINUS
&kp LG(LC(LA(E))) &kp LG(Z) &kp ESC &kp LG(C) &kp LG(V) &mt LGUI ENTER &kp SPACE &kp LGUI &kp RGUI &mo 2 &mt RSHFT ENTER &kp BSPC &kp DEL &kp UNDER &none &kp LG(LC(LA(R)))
&kp LG(LC(LA(E))) &none &kp ESC &arr_left &arr_right &mt LGUI ENTER &kp SPACE &kp LGUI &kp RGUI &kp RCTRL &mt RSHFT ENTER &kp BSPC &kp DEL &kp UNDER &none &kp LG(LC(LA(R)))
>;
};

Expand All @@ -43,11 +43,11 @@

layer_2 { // Movements+etc layer (to enable, press LEFT SHIFT button or Right-Thumb-2 key)
bindings = <
&to 0 &none &kp LBRC &kp RBRC &none &none &none &trans &trans &kp TILDE &kp LBKT &kp RBKT &trans &trans
&trans &BRCPAIR &kp N7 &kp N8 &kp N9 &kp DOLLAR &kp LG(LS(N3)) &none &kp CARET &kp STAR &kp PLUS &kp MINUS &trans &trans
&trans &PARENPAIR &kp N1 &kp N2 &kp N3 &kp HASH &kp LG(LS(N4)) &trans &trans &trans &trans &none &arr_left &arr_down &arr_up &arr_right &kp N0 &kp GRAVE
&trans &BKTPAIR &kp N4 &kp N5 &kp N6 &kp PRCNT &trans &trans &kp EXCL &kp AT &trans &trans &trans &kp BSLH
&trans &kp LG(A) &trans &kp LG(X) &none &trans &trans &trans &kp LC(Q) &kp F10 &kp LC(S) &trans &trans &kp AMPS &kp PIPE &kp LSHFT
&to 0 &none &none &none &none &none &none &none &none &none &none &none &none &none
&nonet &BRCPAIR &none &none &none &none &kp LG(LS(N3)) &none &none &none &none &none &none &trans
&trans &PARENPAIR &none &none &none &none &kp LG(LS(N4)) &trans &trans &trans &trans &none &arr_left &arr_down &arr_up &arr_right &none &trans
&trans &BKTPAIR &none &none &none &none &trans &trans &none &none &trans &trans &trans &trans
&trans &none &trans &none &none &trans &trans &trans &kp LC(Q) &kp F10 &kp LC(S) &trans &trans &none &trans &kp LSHFT
>;
};

Expand Down

0 comments on commit 28cb0fd

Please sign in to comment.