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 61df235 commit c8bbeb3Copy full SHA for c8bbeb3
1 file changed
lib/devices/hyperx_cloud_3.hpp
@@ -20,8 +20,9 @@ namespace headsetcontrol {
20
class HyperXCloud3 : public HIDDevice {
21
public:
22
static constexpr uint16_t VENDOR_HYPERX_CLOUD = 0x03f0;
23
- static constexpr std::array<uint16_t, 1> SUPPORTED_PRODUCT_IDS {
24
- 0x089d // Cloud 3 Wired
+ static constexpr std::array<uint16_t, 2> SUPPORTED_PRODUCT_IDS {
+ 0x089d, // Cloud 3 Wired
25
+ 0x03cc, // Cloud 3 Wired 2026
26
};
27
28
static constexpr int MSG_SIZE = 62;
0 commit comments