Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/devices/corsair_void_rich.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ namespace headsetcontrol {
*/
class CorsairVoidRich : public CorsairDevice {
public:
static constexpr std::array<uint16_t, 18> SUPPORTED_PRODUCT_IDS {
static constexpr std::array<uint16_t, 19> SUPPORTED_PRODUCT_IDS {
0x1b1c, 0x1b27, 0x0a14, 0x0a16, 0x0a17, 0x0a1d, 0x0a1a,
0x1b2a, 0x1b23, 0x1b29, 0x0a55, 0x0a51, 0x0a52, 0x0a38,
0x0a4f, 0x0a2b, 0x0a75, 0x0a56
0x0a4f, 0x0a2b, 0x0a75, 0x0a56, 0x2a08
};

std::vector<uint16_t> getProductIds() const override
Expand Down