Skip to content

Commit

Permalink
Update mouse.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell-thum authored Oct 5, 2023
1 parent 4a77bd8 commit 6c2ed4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/mouse.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

&mmv {
acceleration-exponent = <1>; // 1
time-to-max-speed-ms = <40>; // 40
time-to-max-speed-ms = <400>; // 40
delay-ms = <0>; // 0
};

&mwh {
acceleration-exponent = <0>; // 0
time-to-max-speed-ms = <40>; // 40
acceleration-exponent = <1>; // 0
time-to-max-speed-ms = <400>; // 40
delay-ms = <10>; // 10
};

Expand Down

0 comments on commit 6c2ed4f

Please sign in to comment.