Support for ROG Pugio (P503) (#2811)

This commit is contained in:
IceStormNG
2024-07-05 20:16:54 +02:00
committed by GitHub
parent aaf2fb15f4
commit f8efcb047a
2 changed files with 219 additions and 0 deletions

View File

@@ -226,6 +226,7 @@ namespace GHelper.Peripherals
DetectMouse(new StrixCarry());
DetectMouse(new StrixImpactIII());
DetectMouse(new StrixImpact());
DetectMouse(new Pugio());
}
public static void DetectMouse(AsusMouse am)