Support for ROG Spatha (#1914)

* Added support for ROG Chakram Core (P511)

* Add support for the TUF M3 Gen II

* Support for Gladius II and Gladius II Origin (P502 and P504)

* Support for ROG Spatha Mouse
This commit is contained in:
IceStormNG
2024-01-13 19:33:47 +01:00
committed by GitHub
parent a29cd7e1be
commit bc79784b2f
2 changed files with 107 additions and 0 deletions

View File

@@ -212,6 +212,7 @@ namespace GHelper.Peripherals
DetectMouse(new Chakram());
DetectMouse(new ChakramWired());
DetectMouse(new ChakramCore());
DetectMouse(new SpathaX());
}
public static void DetectMouse(AsusMouse am)