We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be181f0 commit 9fac203Copy full SHA for 9fac203
app/Peripherals/PeripheralsProvider.cs
@@ -228,6 +228,7 @@ public static void DetectAllAsusMice()
228
DetectMouse(new ChakramWired());
229
DetectMouse(new ChakramCore());
230
DetectMouse(new SpathaX());
231
+ DetectMouse(new SpathaXWired());
232
DetectMouse(new StrixCarry());
233
DetectMouse(new StrixImpactIII());
234
DetectMouse(new StrixImpact());
0 commit comments