better mouse

This commit is contained in:
Daniel Fichtinger 2025-01-06 23:48:13 -05:00
parent e3acc4ed17
commit fa7b416a07
3 changed files with 59 additions and 19 deletions

View file

@ -8,8 +8,8 @@
// Based on @caksoylar's config, defaults in comments
&mmv {
acceleration-exponent = <0>; // 1
time-to-max-speed-ms = <300>; // 300
acceleration-exponent = <1>; // 1
time-to-max-speed-ms = <500>; // 300
delay-ms = <0>; // 0
};
@ -21,11 +21,11 @@
&mmv_input_listener {
warp {
layers = <NAV>;
layers = <FAST>;
input-processors = <&zip_xy_scaler 3 1>;
};
precision {
layers = <SYM>;
layers = <SLOW>;
input-processors = <&zip_xy_scaler 1 2>;
};
};
@ -42,11 +42,11 @@
&msc_input_listener {
warp {
layers = <NAV>;
layers = <FAST>;
input-processors = <&zip_scroll_scaler 2 1>;
};
precision {
layers = <SYM>;
layers = <SLOW>;
input-processors = <&zip_scroll_scaler 1 2>;
};
};