qmk/modules/getreuer/mouse_turbo_click/README.md

1.3 KiB

Mouse Turbo Click

Modulegetreuer/mouse_turbo_click
Version2025-03-07
MaintainerPascal Getreuer (@getreuer)
LicenseApache 2.0
Documentation https://getreuer.info/posts/keyboards/mouse-turbo-click

This is a community module adaptation of Mouse Turbo Click to click the mouse rapidly.

Add the following to your keymap.json:

{
    "modules": ["getreuer/mouse_turbo_click"]
}

Then use the keycode TURBO somewhere in your layout. This key clicks the mouse rapidly, implemented using mouse keys and a periodic callback function:

  • Pressing and holding the Turbo Click button sends rapid mouse clicks, about 12 clicks per second.

  • Quickly double tapping the Turbo Click button "locks" it. Rapid mouse clicks are sent until the Turbo Click button is tapped again.

Optionally, the click rate and keycode can be customized. See the Mouse Turbo Click documentation for details.