Added support for ROG Chakram Core (P511) (#1662)

This commit is contained in:
IceStormNG
2023-11-27 15:10:54 +01:00
committed by GitHub
parent 3bab1a271b
commit 4a1e585c69
2 changed files with 212 additions and 0 deletions

View File

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