Skip to content

Commit

Permalink
Moved tick duration
Browse files Browse the repository at this point in the history
  • Loading branch information
krikun98 committed Jan 28, 2022
1 parent cbce1db commit ec85b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/mouse/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec85b7a

Please sign in to comment.