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
1 change: 1 addition & 0 deletions lib/devices/steelseries_arctis_nova_7.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@
0x2206, // Arctis Nova 7x (discrete battery: 0-4)
0x2258, // Arctis Nova 7x v2 (percentage battery: 0-100)
0x229e, // Arctis Nova 7x v2 (percentage battery: 0-100)
0x22ad, // Arctis Nova 7x v2 (percentage battery: 0-100)
0x223a, // Arctis Nova 7 Diablo IV (discrete battery: 0-4, before Jan 2026 update)
0x22a9, // Arctis Nova 7 Diablo IV (percentage battery: 0-100, after Jan 2026 update)
0x227a, // Arctis Nova 7 WoW Edition (discrete battery: 0-4)
0x22a4, // Arctis Nova 7X (discrete battery: 0-4)
0x22a5 // Arctis Nova 7X (percentage battery: 0-100)

Check failure on line 44 in lib/devices/steelseries_arctis_nova_7.hpp

View workflow job for this annotation

GitHub Actions / macOS

excess elements in struct initializer
};

Check failure on line 45 in lib/devices/steelseries_arctis_nova_7.hpp

View workflow job for this annotation

GitHub Actions / Linux

too many initializers for ‘const std::array<short unsigned int, 11>’

static constexpr int EQUALIZER_BANDS = 10;
static constexpr float EQUALIZER_BAND_MIN = -10.0f;
Expand Down
Loading