Support for Strix Carry (P508) (#1922)

This commit is contained in:
IceStormNG
2024-01-14 20:40:30 +01:00
committed by GitHub
parent 83fed695e4
commit 0da6540de4
2 changed files with 180 additions and 0 deletions

View File

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