Skip to content

Commit 3871066

Browse files
committed
Gladius III Aimpoint signature update
1 parent f679cc1 commit 3871066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Peripherals/PeripheralsProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ public static void DedectOmniMouse()
277277
var s when s.StartsWith("20") => new StrixImpactIIIWirelessOmni(), // 202405290700
278278
var s when s.StartsWith("R8") => new GladiusIIIAimpointOmni(), // R82020155689
279279
var s when s.StartsWith("R6") => new GladiusIIIAimpointOmni(), // R60120331787
280+
var s when s.StartsWith("RC") => new GladiusIIIAimpointOmni(), // RC1519430455
280281
var s when s.StartsWith("R903") => new GladiusIIIAimpointOmni(), // R90319215881
281282
var s when s.StartsWith("R923") => new GladiusIIIAimpointOmni(), // R92307410710
282283
var s when s.StartsWith("R9") => new KerisWirelssAimpointOmni(), // R90518300572

0 commit comments

Comments
 (0)