Skip to content

v0.2.0

Choose a tag to compare

@AMarcinkiewicz AMarcinkiewicz released this 06 Aug 05:06
· 11 commits to main since this release

Simpler. Two rates, a list of programs, nothing else to configure.

The rule

If any program on your list is running, you get the active rate. Otherwise the inactive rate. Running, not focused, so alt tabbing out of a game mid match keeps the rate high.

What changed

  • Both rates come from the tray menu. Right click, pick an active and an inactive rate. Applied instantly and remembered.
  • Programs live in processlist.cfg. One .exe per line, # for comments. Choose Edit program list from the tray to open it.
  • Starts with Windows by default, through the per user Run key. No administrator rights, no installer. Turn it off from the tray and nothing is left behind.
  • Focus mode and per program rates are gone. They were the complicated part and the single rule above replaces them.
  • The protocol moved into the binary. Nothing about HID reports appears in a file you would normally open. It is written down in docs/PROTOCOL.md, and a protocol.toml still overrides it for a different mouse.

Upgrading from v0.1.0

Replace the exe. Your old config.toml is no longer read and can be deleted. Rates are now in the tray menu, programs in processlist.cfg, and both files are created for you on first run.

Verified

Captured the USB traffic while driving a full cycle. With notepad.exe listed, the tool sent 500 Hz at startup, 4000 Hz when Notepad opened, and 500 Hz again when it closed.