Skip to content

Commit

Permalink
fixed snip bug and layer change error on keyboard layer
Browse files Browse the repository at this point in the history
  • Loading branch information
johnporche committed Dec 1, 2023
1 parent 2c4d4bb commit d2c3bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ bindings = < &kp LC(X) &kp N1 >;
// | ESC | QUIT | / | * | & | [ | | ] | ` | + | - | PIPE | CAPS |
// | UNZM | ZOOM | DEL | | L:NUM | L:BASE | NONE |
bindings = <
&kp LG(LS(4)) &kp LG(X) &kp LG(C) &kp LG(V) &kp CARET &kp LBRC &kp RBRC &kp EQUAL &kp DLLR &kp HASH &kp PRCNT &to FUNC
&kp LG(LS(N4)) &kp LG(X) &kp LG(C) &kp LG(V) &kp CARET &kp LBRC &kp RBRC &kp EQUAL &kp DLLR &kp HASH &kp PRCNT &to FUNC
&to MACNAV &kp EXCL &autopar &kp TILDE &kp AT &kp LPAR &kp RPAR &kp UNDER &autobkt &kp BSLH &kp QMARK &autobrc
AS(ESC) &kp LG(LA(ESC)) &kp FSLH &kp STAR &kp AMPS &kp LBKT &kp RBKT &kp GRAVE &kp PLUS &kp MINUS &kp PIPE &kp CAPS
&kp LG(MINUS) &kp LG(LS(EQUAL)) &kp DEL &to MACNUM &to MACBASE &none
Expand Down Expand Up @@ -399,10 +399,10 @@ bindings = < &kp LC(X) &kp N1 >;
// | NONE | NONE | NONE | NONE | NONE | NONE | NONE | NONE | NONE | NONE | NONE | RESET |
// | NONE | NONE | MACBASE | WINBASE | EMACSBASE | NONE |
bindings = <
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_PRV &bt BT_NXT &bt BT_CLR &none &none &none &none &none
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_PRV &bt BT_NXT &bt BT_CLR &none &none &none &none &to FUNC
&none &none &none &none &none &none &none &none &none &none &none &none
&none &none &none &none &none &none &none &none &none &none &none &none
&none &none &none &none &none &none
&none &none &to MACBASE &to WINLIN &to EMACS &none
>;
}; //keybd_layer

Expand Down

0 comments on commit d2c3bb2

Please sign in to comment.