Support for Strix Impact (P303) (#2121)

* 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)

* Import/Export feature for mice.

* Suppor for Strix Impact (P303)
This commit is contained in:
IceStormNG
2024-02-26 15:09:08 +01:00
committed by GitHub
parent 3b54e89d8e
commit e7bb9c81d2
2 changed files with 248 additions and 0 deletions

View File

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