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 9fac203 commit 93c8d71Copy full SHA for 93c8d71
app/Peripherals/PeripheralsProvider.cs
@@ -266,6 +266,7 @@ public static void DedectOmniMouse()
266
var s when s.StartsWith("B23") => new HarpeAceAimLabEditionOmni(), // B23072800062
267
var s when s.StartsWith("B24") => new HarpeAceMiniOmni(), // B24082550833
268
var s when s.StartsWith("R9") => new KerisWirelssAimpointOmni(), // R90518300572
269
+ var s when s.StartsWith("F24") => new KerisWirelssAimpointOmni(), // F24B21DD03F4
270
var s when s.StartsWith("024") => new KerisAceIIOmni(), // 024031316969
271
var s when s.StartsWith("025") => new KerisIIOriginOmni(), // 025050613700
272
var s when s.StartsWith("20") => new StrixImpactIIIWirelessOmni(), // 202405290700
0 commit comments