Skip to content

Commit

Permalink
C_NEXT and C_PREV interchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
Eryx5502 committed Sep 22, 2023
1 parent 33701d3 commit d91a109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/kyria_rev2.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
&kp CLOSE _____ _____ _____ _____ _____ _____ _____ _____ &kp C_PLAY_PAUSE
>;

sensor-bindings = <&inc_dec_kp LS(TAB) TAB &inc_dec_kp C_NEXT C_PREV>;
sensor-bindings = <&inc_dec_kp LS(TAB) TAB &inc_dec_kp C_PREV C_NEXT>;
};

num_layer {
Expand All @@ -272,7 +272,7 @@
&kp CLOSE _____ _____ _____ _____ _____ _____ &kp N0 &kp C_PLAY_PAUSE
>;

sensor-bindings = <&inc_dec_kp LS(TAB) TAB &inc_dec_kp C_NEXT C_PREV>;
sensor-bindings = <&inc_dec_kp LS(TAB) TAB &inc_dec_kp C_PREV C_NEXT>;
};

nav_layer {
Expand All @@ -288,7 +288,7 @@
&kp CLOSE _____ _____ _____ _____ _____ _____ _____ _____ &kp C_PLAY_PAUSE
>;

sensor-bindings = <&inc_dec_kp LS(TAB) TAB &inc_dec_kp C_NEXT C_PREV>;
sensor-bindings = <&inc_dec_kp LS(TAB) TAB &inc_dec_kp C_PREV C_NEXT>;
};

snap_layer {
Expand All @@ -304,7 +304,7 @@
&kp CLOSE _____ _____ _____ _____ _____ _____ _____ _____ &kp C_PLAY_PAUSE
>;

sensor-bindings = <&inc_dec_kp LS(TAB) TAB &inc_dec_kp C_NEXT C_PREV>;
sensor-bindings = <&inc_dec_kp LS(TAB) TAB &inc_dec_kp C_PREV C_NEXT>;
};

adjust_layer {
Expand Down

0 comments on commit d91a109

Please sign in to comment.