Skip to content

Commit 7c0d60d

Browse files
committed
Update device name and regenerate README table
Include G431 in getDeviceName() return value, and regenerate the README device table via --readme-helper.
1 parent 3cf1053 commit 7c0d60d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@ A cross-platform tool to control USB gaming headsets on **Linux**, **macOS**, an
1818

1919
| Device | Platform | sidetone | battery | notification sound | lights | inactive time | chatmix | voice prompts | rotate to mute | equalizer preset | equalizer | parametric equalizer | microphone mute led brightness | microphone volume | volume limiter | bluetooth when powered on | bluetooth call volume |
2020
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
21-
| Logitech G522 Lightspeed | All | x | x | | | x | | | | | | | x | | | | |
21+
| Logitech G522 LIGHTSPEED | All | x | x | | | x | | | | | | | x | | | | |
2222
| Logitech G533 | All | x | x | | | x | | | | | | | | | | | |
2323
| Logitech G535 | All | x | x | | | x | | | | | | | | | | | |
2424
| Logitech G633/G635/G733/G933/G935 | All | x | x | | x | | | | | | | | | | | | |
2525
| Logitech G431/G432/G433 | All | x | | | | | | | | | | | | | | | |
2626
| Logitech G930 | All | x | x | | | | | | | | | | | | | | |
27+
| Logitech G PRO X 2 LIGHTSPEED | All | x | x | | | x | | | | | | | | | | | |
2728
| Logitech G PRO Series | All | x | x | | | x | | | | | | | | | | | |
2829
| Logitech Zone Wired/Zone 750 | All | x | | | | | | x | x | | | | | | | | |
2930
| Corsair Headset Device | All | x | x | x | x | | | | | | | | | | | | |
30-
| Corsair Wireless V2 | All | x | x | | | | | | | | | | | | | | |
31+
| Corsair Wireless V2 Headset Device | All | x | x | | | | | | | | | | | | | | |
3132
| SteelSeries Arctis (1/7X/7P) Wireless | All | x | x | | | x | | | | | | | | | | | |
3233
| SteelSeries Arctis (7/Pro) | All | x | x | | x | x | x | | | | | | | | | | |
3334
| SteelSeries Arctis 9 | All | x | x | | | x | x | | | | | | | | | | |
@@ -46,7 +47,7 @@ A cross-platform tool to control USB gaming headsets on **Linux**, **macOS**, an
4647
| ROCCAT Elo 7.1 Air | All | | | | x | x | | | | | | | | | | | |
4748
| ROCCAT Elo 7.1 USB | All | | | | x | | | | | | | | | | | | |
4849
| Audeze Maxwell | All | x | x | | | x | x | x | | x | | | | | x | | |
49-
| Lenovo Wireless VoIP Headset | All | x | x | | | x | | x | x | x | | | | | x | | |
50+
| Lenovo Wireless VoIP Headset | All | x | x | | | x | | x | x | x | | | x | | x | | |
5051
| Sony INZONE Buds | All | | x | | | | | | | | | | | | | | |
5152
| HeadsetControl Test device | All | x | x | x | x | x | x | x | x | x | x | x | x | x | x | x | x |
5253

lib/devices/logitech_g432.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class LogitechG432 : public protocols::HIDPPDevice<LogitechG432> {
3030

3131
std::string_view getDeviceName() const override
3232
{
33-
return "Logitech G432/G433"sv;
33+
return "Logitech G431/G432/G433"sv;
3434
}
3535

3636
constexpr int getCapabilities() const override

0 commit comments

Comments
 (0)