Skip to content

Commit

Permalink
Hack: Adjust scroll sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel2887 committed Jul 27, 2024
1 parent 52d0887 commit 414740f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/dts/behaviors/mouse_scroll.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#binding-cells = <1>;
x-input-code = <INPUT_REL_HWHEEL>;
y-input-code = <INPUT_REL_WHEEL>;
time-to-max-speed-ms = <300>;
acceleration-exponent = <0>;
time-to-max-speed-ms = <3000>;
acceleration-exponent = <1>;
};
};

Expand Down

0 comments on commit 414740f

Please sign in to comment.