Skip to content

Commit 6611933

Browse files
handy142Sapd
andauthored
Nova 7 Diablo (#473)
* Nova 7 Diablo 0x223a changed to 0x22a9 * Support both pre and post Jan update IDs * Fix formatting --------- Co-authored-by: Denis Arnst <sapd@sapd.eu>
1 parent b7ecf68 commit 6611933

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/devices/steelseries_arctis_nova_7.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ namespace headsetcontrol {
2929
*/
3030
class SteelSeriesArctisNova7 : public protocols::SteelSeriesNovaDevice<SteelSeriesArctisNova7> {
3131
public:
32-
static constexpr std::array<uint16_t, 7> SUPPORTED_PRODUCT_IDS {
32+
static constexpr std::array<uint16_t, 8> SUPPORTED_PRODUCT_IDS {
3333
0x2202, // Arctis Nova 7
3434
0x227e, // Arctis Nova 7 Wireless
3535
0x2206, // Arctis Nova 7x
3636
0x2258, // Arctis Nova 7x v2
3737
0x229e, // Arctis Nova 7x v2
38-
0x223a, // Arctis Nova 7 Diablo IV
38+
0x223a, // Arctis Nova 7 Diablo IV (before Jan Update)
39+
0x22a9, // Arctis Nova 7 Diablo IV (after Jan Update)
3940
0x227a // Arctis Nova 7 WoW Edition
4041
};
4142

0 commit comments

Comments
 (0)