Skip to content

Commit

Permalink
More natural volume directions
Browse files Browse the repository at this point in the history
  • Loading branch information
Machione committed Nov 26, 2023
1 parent 1bbf726 commit 774581d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/cornetto/cornetto.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
&mt LEFT_GUI ESC &lt 1 BACKSPACE &mt LEFT_CONTROL TAB &lt 3 LC(LS(M)) &lt 3 LA(TAB) &lt 2 RETURN &mt LEFT_SHIFT SPACE &mt LEFT_ALT DELETE
>;

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &rot_mwh SCROLL_UP SCROLL_DOWN>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &rot_mwh SCROLL_UP SCROLL_DOWN>;

label = "qwerty";
};
Expand Down Expand Up @@ -60,7 +60,7 @@
&none &none &none &none &none &none &none &none &none
>;

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &rot_mwh SCROLL_RIGHT SCROLL_LEFT>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &rot_mwh SCROLL_RIGHT SCROLL_LEFT>;

label = "admin";
};
Expand Down
2 changes: 1 addition & 1 deletion config/cornetto.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
&none &none &none &none &none &none &none &none &none
>;

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &rot_mwh SCROLL_RIGHT SCROLL_LEFT>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &rot_mwh SCROLL_RIGHT SCROLL_LEFT>;

label = "admin";
};
Expand Down

0 comments on commit 774581d

Please sign in to comment.