RGB headsets (e.g. G522) expose HEADSET_RGB_ONBOARD_EFFECTS (0x0621) — a firmware-played RGB effect on the headset's primary lighting cluster, chosen from six effect types: Fixed, Color Cycle, Color Wave, Breathing, Dual Color, Custom. Add an effect-switching HETERO setting modeled on the keyboard zone effects: a six-way effect picker plus the per-effect parameter widgets (colours, intensity, period, saturation, direction), with fields_map showing only the fields the selected effect uses. The rw_class reads getRGBClusterEffect and writes setRGBClusterEffect; the data class encodes each effect's distinct parameter layout. build() reads getRGBClusterInfo to learn the cluster's supported-effect set and offers only those in the picker; an unparseable reply falls back to offering all six (the firmware rejects any it doesn't support). intensity is a 0-100 percent; saturation is a raw 0-255 byte, matching the keyboard RGB effects. Like the signature/boot effects this runs autonomously on the firmware and is not gated on host LED control. Cluster 0 only — no multi-cluster headset has been seen and the getInfo multi-cluster descriptor stride is unconfirmed. |
||
|---|---|---|
| .github | ||
| bin | ||
| docs | ||
| lib | ||
| po | ||
| rules.d | ||
| rules.d-uinput | ||
| share | ||
| tests | ||
| tools | ||
| .coveragerc | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| CHANGELOG.md | ||
| COPYRIGHT | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| Makefile | ||
| README.md | ||
| RELEASE.md | ||
| RHEL.md | ||
| Release_Notes.md | ||
| mkdocs.yml | ||
| pyproject.toml | ||
| release.sh | ||
| setup.py | ||
README.md
Solaar
Solaar is a Linux manager for many Logitech keyboards, mice, and other devices that connect wirelessly to a Unifying, Bolt, Lightspeed or Nano receiver as well as many Logitech devices that connect via a USB cable or Bluetooth. Solaar is not a device driver and responds only to special messages from devices that are otherwise ignored by the Linux input system.
More Information - Usage - Capabilities - Rules - Manual Installation - Known Issues
Solaar supports:
- pairing/unpairing of devices with receivers
- configuring device settings
- custom button configuration
- running rules in response to special messages from devices
For more information see the main Solaar documentation page. -
Installation Packages
Up-to-date prebuilt packages are available for some Linux distros (e.g., Fedora) in their standard repositories. If a recent version of Solaar is not available from the standard repositories for your distribution, you can try one of these packages:
- Arch solaar package in the extra repository
- Ubuntu/Kubuntu package in Solaar stable ppa
- NixOS Flake package in Svenum/Solaar-Flake
Solaar is available from some other repositories but may be several versions behind the current version:
- a Debian package, courtesy of Stephen Kitt
- a Ubuntu package is available from universe repository
- a Gentoo package, courtesy of Carlos Silva and Tim Harder
- a Mageia package, courtesy of David Geiger