Skip to content

Commit

Permalink
Fix: Correct ID for Arctis Nova 7X
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbaptist committed May 31, 2024
1 parent e7e848e commit a6c34f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/steelseries_arctis_nova_7.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
static struct device device_arctis;

#define ID_ARCTIS_NOVA_7 0x2202
#define ID_ARCTIS_NOVA_7x 0x2206
#define ID_ARCTIS_NOVA_7x 0x2258
#define ID_ARCTIS_NOVA_7p 0x220a
#define ID_ARCTIS_NOVA_7_DIABLO_IV 0x223a

Expand Down

0 comments on commit a6c34f0

Please sign in to comment.