Skip to content

Commit

Permalink
mouse: adjust speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Milliken committed Apr 8, 2024
1 parent e838afc commit d01a8c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/shared.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@

mmv {
device = <&mmv>;
scale-multiplier = <3>;
scale-multiplier = <5>;
};
fmmv {
device = <&fmmv>;
scale-multiplier = <5>;
scale-multiplier = <20>;
};
msc {
device = <&msc>;
Expand Down Expand Up @@ -866,7 +866,7 @@
#binding-cells = <1>;
x-input-code = <INPUT_REL_X>;
y-input-code = <INPUT_REL_Y>;
time-to-max-speed-ms = <250>;
time-to-max-speed-ms = <200>;
acceleration-exponent = <1>;
};
fmmv_input_listener {
Expand Down

0 comments on commit d01a8c8

Please sign in to comment.