Pulsar Mouse Linux, ein inoffizielles Konfigurationswerkzeug für Pulsar-Gaming-Mäuse unter Linux, wurde in Version v0.1.5 veröffentlicht.
Das Tool erkennt angeschlossene Pulsar-Mäuse automatisch und passt die Oberfläche an deren Fähigkeiten an. Die neue Version bringt vollständige Unterstützung für die Pulsar X2 CrazyLight (kabelgebunden und kabellos über Dongle), deren Nordic-Protokoll anhand mehrerer USB-Mitschnitte aus der Community entschlüsselt wurde. Die Maus verfügt über vier Onboard-Profile mit eigenen Einstellungen für Polling, Debounce, Angle Snap, Ripple Control und Motion Sync.
Daneben wurden mehrere Fehler im Nordic-Treiber behoben, die mehreren Mausmodellen zugutekommen: Die DPI-Stufen-Indexierung zählt nun korrekt ab 1 statt ab 0, die Dekodierung höherer DPI-Werte wurde korrigiert, Profilwechsel und das Neuladen der Memory Map wurden ergänzt, und die Polling-Rate-Unterstützung wurde auf 8 kHz erweitert.
What’s Changed
New X2 CrazyLight Support
- Add complete driver support for the Pulsar X2 CrazyLight, wired and wireless (dongle 3710:5406, wired 3710:3414), decoded from three community-contributed USB captures and screen recordings
- New “per_profile_globals” capability to represent the mouse’s four onboard profiles with per-profile settings (polling, debounce, angle snap, ripple control, motion sync)
Nordic Protocol Fixes
- Fix DPI stage indexing (was 0-based, now 1-based like the rest of the codebase)
- Fix DPI high-nibble encoding for higher-range settings
- Add profile switching and memory map reloading
- Match command replies by command byte to handle unsolicited reports
- Extend polling rate support to 8 kHz
Documentation
- Added protocol documentation and improved the USB capture guide
Full Changelog: https://github.com/packerlschupfer/pulsar-mouse-linux/compare/v0.1.4...v0.1.5

Quelle: GitHub