Support for ROG Strix Impact III (P518) (#2012)

* Support for Strix Carry (P508)

* Fixes polling rate, angle snapping and debounce for Gladius II Origin.

* The Gen2 version of the TuF M3 uses 0-100 for brightness.

* Adds support for ROG Strix Impact III (P518)
This commit is contained in:
IceStormNG
2024-02-01 13:37:23 +01:00
committed by GitHub
parent 00595b80f0
commit d6386c3977
2 changed files with 78 additions and 0 deletions

View File

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