Skip to content

Commit

Permalink
Matching @caksoylar settings for MOU movement speed
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Feb 19, 2025
1 parent 63d9127 commit efaccc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/mouse.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
// Based on @caksoylar's config, defaults in comments
&mmv {
acceleration-exponent = <1>; // 1
time-to-max-speed-ms = <600>; // 300
time-to-max-speed-ms = <500>; // 300
delay-ms = <0>; // 0
};

&msc {
acceleration-exponent = <0>; // 0
time-to-max-speed-ms = <300>; // 300
time-to-max-speed-ms = <200>; // 300
delay-ms = <0>; // 0
};

Expand Down

0 comments on commit efaccc5

Please sign in to comment.