Added Rog Strix Impact II Wireless mouse support. Hint: Has the same DPI switching Problem as the Keris.

This commit is contained in:
IceStormNG
2023-07-31 12:40:40 +02:00
parent 769c490d21
commit b5451cfc21
3 changed files with 224 additions and 1 deletions

View File

@@ -190,6 +190,8 @@ namespace GHelper.Peripherals
DetectMouse(new ROGKerisWireless());
DetectMouse(new ROGKerisWirelessWired());
DetectMouse(new TUFM4Wirelss());
DetectMouse(new StrixImpactIIWireless());
DetectMouse(new StrixImpactIIWirelessWired());
}
public static void DetectMouse(AsusMouse am)