Added more features to be selected and deselected individually. Renamed the P711 to Gladius III. Mouse classes will be named by their product name, not their internal name to find them easier.

This commit is contained in:
IceStormNG
2023-07-24 19:19:31 +02:00
parent c67f079f30
commit 90ba7b6c08
5 changed files with 86 additions and 20 deletions

View File

@@ -55,11 +55,25 @@ namespace GHelper.Peripherals.Mouse.Models
return true;
}
public override bool HasEnergySettings()
public override bool HasAutoPowerOff()
{
return true;
}
public override bool HasAngleTuning()
{
return true;
}
public override bool HasLowBatteryWarning()
{
return true;
}
public override bool HasDPIColors()
{
return true;
}
}
public class ChakramXWired : ChakramX