Skip to content

Commit

Permalink
keymap: dynamic: Fix direction
Browse files Browse the repository at this point in the history
* CCW is inc
  • Loading branch information
xingrz committed Oct 18, 2023
1 parent 0b17837 commit 16de14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/hw75_dynamic.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
label = "音量";
icon = [EF 86 AE];
bindings = <&lvkp LV_KEY_PREV &lvkp LV_KEY_NEXT>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;
};

scroll {
label = "滚动";
icon = [EF 86 8A];
bindings = <&trans &trans>;
sensor-bindings = <&inc_dec_mw MW_UP(1) MW_DN(1)>;
sensor-bindings = <&inc_dec_mw MW_DN(1) MW_UP(1)>;
};

tasks {
Expand Down

0 comments on commit 16de14d

Please sign in to comment.