Clicky is a free and open-source Logitech Options+ plugin that adds haptic feedback to supported mouse clicks.
Homepage: https://clicky.dzintarsit.lv/
- Windows
- .NET 8 SDK
- Logitech Options+
PluginApi.dllavailable through a local Logi Plugin Service install
- MX Master 4
From the solution:
dotnet build .\ClickyPlugin\ClickyPlugin.slnOr from the plugin project directly:
dotnet build .\ClickyPlugin\src\ClickyPlugin.csprojThe current release package keeps mouse input handling inside the plugin, so the packaged .lplug4 does not rely on a separate helper executable.
ClickyPlugin/
ClickyPlugin.sln
manifest.json
src/
ClickyInputHelper/
LICENSE
NOTICE
README.md
ClickyInputHelper/ is kept in the repository for related input experiments and utilities, but the current public package is built from ClickyPlugin/.
- Open Clicky from Logitech Options+ first.
- Check
http://127.0.0.1:65439/healthon the same machine. - Reload
https://clicky.dzintarsit.lv/settings/after the plugin is open.
- Make sure haptics are enabled.
- Test a waveform with the Preview button first.
- Confirm the MX Master 4 is the active supported device.
- If the device filter is active, verify the correct mouse is selected.
- Open the settings page again.
- Choose the correct device.
- Clear saved Clicky data and bind again if needed.
See CHANGELOG.md.
- If you want to support the project, starring the repository helps.
- If you want to support it directly, PayPal is available here: https://paypal.me/dzintars999
Apache License 2.0. See LICENSE and NOTICE.