.. | ||
mouse_turbo_click.c | ||
qmk_module.json | ||
README.md |
Mouse Turbo Click
Module | getreuer/mouse_turbo_click |
Version | 2025-03-07 |
Maintainer | Pascal Getreuer (@getreuer) |
License | Apache 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.