You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature should be enabled via a config option:
15
+
15
16
```
16
17
CONFIG_ZMK_MOUSE=y
17
18
```
19
+
18
20
This option enables several others.
19
21
20
22
### Dedicated thread processing
23
+
21
24
`CONFIG_ZMK_MOUSE_WORK_QUEUE_DEDICATED` is enabled by default and separates the processing of mouse signals into a dedicated thread, significantly improving performance.
22
25
23
26
### Tick rate configuration
24
-
`CONFIG_ZMK_MOUSE_TICK_DURATION` sets the tick rate for mouse polling. It is set to 8 ms. by default.
27
+
28
+
`CONFIG_ZMK_MOUSE_TICK_DURATION` sets the tick rate for mouse polling. It is set to 8 ms. by default.
0 commit comments