mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
LED brightness fix for TuF M3 Gen II (#2004)
* 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.
This commit is contained in:
@@ -124,5 +124,11 @@
|
|||||||
{
|
{
|
||||||
return "TUF GAMING M3 (Gen II)";
|
return "TUF GAMING M3 (Gen II)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override int MaxBrightness()
|
||||||
|
{
|
||||||
|
return 100;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user