Skip to content

Commit

Permalink
fix: oops, I accidentally the wrong keys on the RHS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlee committed Mar 27, 2024
1 parent 623f134 commit 3604041
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/glove80.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ZMK_LAYER(def_layer,
&kp EQUAL L_NUM R_NUM &kp MINUS
&kp TAB L_DEF_U R_DEF_U &kp BSLH
&kp ESC L_DEF_H R_DEF_H &kp SQT
&kp GRAVE L_DEF_D LT_DEF_U RT_DEF_U R_DEF_U &kp PG_UP
&kp GRAVE L_DEF_D LT_DEF_U RT_DEF_U R_DEF_D &kp PG_UP
&kp M L_DEF_BOT LT_DEF_D RT_DEF_D R_DEF_BOT &kp PG_DN
)

Expand All @@ -58,7 +58,7 @@ ZMK_LAYER(gal_layer,
&kp EQUAL L_NUM R_NUM &kp MINUS
&kp TAB L_GAL_U R_GAL_U &kp BSLH
&kp ESC L_GAL_H R_GAL_H &kp SQT
&kp GRAVE L_GAL_D LT_DEF_U RT_DEF_U R_GAL_U &kp PG_UP
&kp GRAVE L_GAL_D LT_DEF_U RT_DEF_U R_GAL_D &kp PG_UP
&kp M L_DEF_BOT LT_DEF_D RT_DEF_D R_DEF_BOT &kp PG_DN
)

Expand All @@ -67,7 +67,7 @@ ZMK_LAYER(num_layer,
&kp EQUAL L_NUM R_NUM &kp MINUS
&kp TAB L_NUM_U R_NUM_U &kp BSLH
&kp ESC L_NUM_H R_NUM_H &kp SQT
&kp GRAVE L_NUM_D LT_DEF_U RT_DEF_U R_NUM_U &kp PG_UP
&kp GRAVE L_NUM_D LT_DEF_U RT_DEF_U R_NUM_D &kp PG_UP
&kp M L_DEF_BOT LT_NUM_D RT_NUM_D R_DEF_BOT &kp PG_DN
)

Expand All @@ -76,7 +76,7 @@ ZMK_LAYER(nav_layer,
&kp EQUAL L_NUM R_NUM &kp MINUS
&kp TAB L_NAV_U R_NAV_U &kp BSLH
&kp ESC L_NAV_H R_NAV_H &kp SQT
&kp GRAVE L_NAV_D LT_DEF_U RT_DEF_U R_NAV_U &kp PG_UP
&kp GRAVE L_NAV_D LT_DEF_U RT_DEF_U R_NAV_D &kp PG_UP
&kp M L_DEF_BOT LT_NAV_D RT_NAV_D R_DEF_BOT &kp PG_DN
)

Expand All @@ -85,7 +85,7 @@ ZMK_LAYER(ptr_layer,
&kp EQUAL L_NUM R_NUM &kp MINUS
&kp TAB L_PTR_U R_PTR_U &kp BSLH
&kp ESC L_PTR_H R_PTR_H &kp SQT
&kp GRAVE L_PTR_D LT_DEF_U RT_DEF_U R_PTR_U &kp PG_UP
&kp GRAVE L_PTR_D LT_DEF_U RT_DEF_U R_PTR_D &kp PG_UP
&kp M L_DEF_BOT LT_PTR_D RT_PTR_D R_DEF_BOT &kp PG_DN
)

Expand Down

0 comments on commit 3604041

Please sign in to comment.