Moved tick duration
This commit is contained in:
parent
cbce1dbf40
commit
ec85b7a854
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ menuconfig ZMK_MOUSE
|
|||
bool "Enable ZMK mouse emulation"
|
||||
default n
|
||||
|
||||
if ZMK_MOUSE
|
||||
|
||||
config ZMK_MOUSE_TICK_DURATION
|
||||
int "Mouse tick duration in ms"
|
||||
default 8
|
||||
|
||||
if ZMK_MOUSE
|
||||
|
||||
choice ZMK_MOUSE_WORK_QUEUE
|
||||
prompt "Work queue selection for mouse events"
|
||||
default ZMK_MOUSE_WORK_QUEUE_DEDICATED
|
||||
|
|
Loading…
Add table
Reference in a new issue