Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec85b7a

Browse files
committed
Moved tick duration
1 parent cbce1db commit ec85b7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/mouse/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ menuconfig ZMK_MOUSE
55
bool "Enable ZMK mouse emulation"
66
default n
77

8-
if ZMK_MOUSE
9-
108
config ZMK_MOUSE_TICK_DURATION
119
int "Mouse tick duration in ms"
1210
default 8
1311

12+
if ZMK_MOUSE
13+
1414
choice ZMK_MOUSE_WORK_QUEUE
1515
prompt "Work queue selection for mouse events"
1616
default ZMK_MOUSE_WORK_QUEUE_DEDICATED

0 commit comments

Comments
 (0)