Skip to content

Commit

Permalink
fixed syntax on line 230
Browse files Browse the repository at this point in the history
  • Loading branch information
johnporche committed Nov 27, 2023
1 parent eb9d46e commit 9a12489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

ZMK_MACRO(emacs_onewin,
wait-ms = <30>;
taps-ms = <40>;
tap-ms = <40>;
bindings = < &kp LC(X) &kp N1 >;
)

Expand Down Expand Up @@ -340,7 +340,7 @@ bindings = < &kp LC(X) &kp N1 >;
bindings = <
AS(TAB) &kp LC(O) &kp LC(BSPC) &kp LC(DEL) &kp F12 &kp LC(S) &kp LC(F) &kp PG_UP &kp UP &kp PG_DN &kp LC(H) &to FUNC
&to WINLIN &kp LCTRL &kp LALT &kp LCMD &kp LSHFT &win_del_line &kp HOME &kp LEFT &kp DOWN &kp RIGHT &kp END &kp RET
&kp LG(UP) &kp LG(DOWN) &kp LC(W) &kp LG(DOWN) &kp LC(N) &kp LG(O) &kp LC(LS((G))) &kp F3 &kp LC(LEFT) &kp LC(RIGHT) &kp LC(Z) &kp LA(LC(TAB))
&kp LG(UP) &kp LG(DOWN) &kp LC(W) &kp LG(DOWN) &kp LC(N) &kp LG(O) &kp LC(LS(G)) &kp F3 &kp LC(LEFT) &kp LC(RIGHT) &kp LC(Z) &kp LA(LC(TAB))
&kp LG(LA(LC(LEFT))) &kp LG(SPC) &kp BSPC &mo G_NUM &sl WINSYM &kp LG(LA(LC(RIGHT)))
>;
};
Expand Down

0 comments on commit 9a12489

Please sign in to comment.