better mouse
This commit is contained in:
parent
e3acc4ed17
commit
fa7b416a07
3 changed files with 59 additions and 19 deletions
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue