Skip to content

v0.1.0

Choose a tag to compare

@AMarcinkiewicz AMarcinkiewicz released this 06 Aug 04:41
· 12 commits to main since this release

Per application polling rate switching for the Glorious Model D2 Pro 4K, as a tiny Windows tray tool.

Plug and play on the Model D2 Pro 4K

The per rate HID reports are captured and included, so there is no capture step before first use. Download the exe, run it, then edit the config.toml that appears next to it to list your programs.

Supported rates are 125, 250, 500, 1000, 2000 and 4000 Hz. The 4K dongle does not offer 8000. Other Glorious models need their own capture, see docs/CAPTURE.md.

What it does

  • Follows the focused window, or any running process, and sets the mouse polling rate to match.
  • Drops to a low rate when nothing matches, to save battery.
  • Optional tray notification on each change.

Footprint

  • 0.46 MB executable, no installer, no runtime, no C dependencies.
  • About 1.7 MB of private memory, working set trimmed under 1 MB.
  • 0 percent CPU while idle. Focus mode waits on Windows events rather than polling.

Built in Rust against the Win32 and HID APIs directly.