Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbce1db commit ec85b7aCopy full SHA for ec85b7a
1 file changed
app/src/mouse/Kconfig
@@ -5,12 +5,12 @@ menuconfig ZMK_MOUSE
5
bool "Enable ZMK mouse emulation"
6
default n
7
8
-if ZMK_MOUSE
9
-
10
config ZMK_MOUSE_TICK_DURATION
11
int "Mouse tick duration in ms"
12
default 8
13
+if ZMK_MOUSE
+
14
choice ZMK_MOUSE_WORK_QUEUE
15
prompt "Work queue selection for mouse events"
16
default ZMK_MOUSE_WORK_QUEUE_DEDICATED
0 commit comments