Moved tick duration
This commit is contained in:
parent
7580668d97
commit
37ba47c20c
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ menuconfig ZMK_MOUSE
|
||||||
bool "Enable ZMK mouse emulation"
|
bool "Enable ZMK mouse emulation"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
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 8
|
||||||
|
|
||||||
|
if ZMK_MOUSE
|
||||||
|
|
||||||
choice ZMK_MOUSE_WORK_QUEUE
|
choice ZMK_MOUSE_WORK_QUEUE
|
||||||
prompt "Work queue selection for mouse events"
|
prompt "Work queue selection for mouse events"
|
||||||
default ZMK_MOUSE_WORK_QUEUE_DEDICATED
|
default ZMK_MOUSE_WORK_QUEUE_DEDICATED
|
||||||
|
|
Loading…
Add table
Reference in a new issue