fix(mouse): Bump up default mouse tick duration to prevent crashes
This commit is contained in:
parent
76e3b76f2e
commit
79991d76f5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if ZMK_MOUSE
|
||||||
|
|
||||||
config ZMK_MOUSE_TICK_DURATION
|
config ZMK_MOUSE_TICK_DURATION
|
||||||
int "Mouse tick duration in ms"
|
int "Mouse tick duration in ms"
|
||||||
default 8
|
default 16
|
||||||
|
|
||||||
|
|
||||||
choice ZMK_MOUSE_WORK_QUEUE
|
choice ZMK_MOUSE_WORK_QUEUE
|
||||||
|
|
Loading…
Add table
Reference in a new issue