Skip to content

Commit c8bbeb3

Browse files
authored
add HyperX Cloud III Wired 2026 (#525)
1 parent 61df235 commit c8bbeb3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/devices/hyperx_cloud_3.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ namespace headsetcontrol {
2020
class HyperXCloud3 : public HIDDevice {
2121
public:
2222
static constexpr uint16_t VENDOR_HYPERX_CLOUD = 0x03f0;
23-
static constexpr std::array<uint16_t, 1> SUPPORTED_PRODUCT_IDS {
24-
0x089d // Cloud 3 Wired
23+
static constexpr std::array<uint16_t, 2> SUPPORTED_PRODUCT_IDS {
24+
0x089d, // Cloud 3 Wired
25+
0x03cc, // Cloud 3 Wired 2026
2526
};
2627

2728
static constexpr int MSG_SIZE = 62;

0 commit comments

Comments
 (0)