Skip to content

Commit 8d16611

Browse files
authored
changed interface id from 0 to 4 (#483)
1 parent 04a234f commit 8d16611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/devices/steelseries_arctis_nova_3p_wireless.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class SteelSeriesArctisNova3PWireless : public protocols::SteelSeriesNovaDevice<
103103

104104
constexpr capability_detail getCapabilityDetail([[maybe_unused]] enum capabilities cap) const override
105105
{
106-
return { .usagepage = 0xffc0, .usageid = 0x1, .interface_id = 0 };
106+
return { .usagepage = 0xffc0, .usageid = 0x1, .interface_id = 4 };
107107
}
108108

109109
constexpr uint8_t getSupportedPlatforms() const override

0 commit comments

Comments
 (0)