blob: aa98ed45f710698378b425fa0f44e8f71e11b6ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifdef HAS_MOUSE_KEYS
#include <dt-bindings/zmk/mouse.h>
#endif
// Below are settings and behavior defines for mouse keys.
&mmv {
acceleration-exponent = <1>; // Default: 1
time-to-max-speed-ms = <300>; // Default: 300
};
&msc {
acceleration-exponent = <0>; // Default: 0
time-to-max-speed-ms = <300>; // Default: 300
};
|