We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a946695 commit a57b196Copy full SHA for a57b196
1 file changed
lib/devices/logitech_g432.hpp
@@ -9,7 +9,7 @@ using namespace std::string_view_literals;
9
namespace headsetcontrol {
10
11
/**
12
- * @brief Logitech G432/G433 Gaming Headsets
+ * @brief Logitech G431/G432/G433 Gaming Headsets
13
*
14
* These are simpler USB headsets with limited features.
15
* Currently only sidetone is supported.
@@ -22,6 +22,7 @@ class LogitechG432 : public protocols::HIDPPDevice<LogitechG432> {
22
std::vector<uint16_t> getProductIds() const override
23
{
24
return {
25
+ 0x0a9b, // G431
26
0x0a9c, // G432
27
0x0a6d // G433
28
};
0 commit comments