Tweak mouse settings

This commit is contained in:
urob 2024-12-16 23:52:35 -05:00
parent d1dfb03d8e
commit c9e9d125a8

View file

@ -1,19 +1,20 @@
#define ZMK_MOUSE_DEFAULT_MOVE_VAL 1500 // 600
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10
// Settings tuned for 3840 x 2160 display resolution
#define ZMK_POINTING_DEFAULT_MOVE_VAL 1500 // 600
#define ZMK_POINTING_DEFAULT_SCRL_VAL 120 // 10
#include <dt-bindings/zmk/pointing.h>
// Config from @caksoylar, defaults in comments
&mmv {
acceleration-exponent = <1>; // 1
time-to-max-speed-ms = <500>; // 300
delay-ms = <0>; // 0
acceleration-exponent = <1>; // 1
time-to-max-speed-ms = <500>; // 300
delay-ms = <0>; // 0
};
&msc {
acceleration-exponent = <1>; // 0
time-to-max-speed-ms = <40>; // 300
delay-ms = <0>; // 0
acceleration-exponent = <1>; // 0
time-to-max-speed-ms = <800>; // 300
delay-ms = <0>; // 0
};
#define U_MS_U &mmv MOVE_UP