Remove unnecessary overrides from M4 Air (#2812)

This commit is contained in:
IceStormNG
2024-07-05 20:18:25 +02:00
committed by GitHub
parent f8efcb047a
commit fd66254130

View File

@@ -42,11 +42,6 @@
return true;
}
public override bool HasDebounceSetting()
{
return true;
}
public override bool HasAngleSnapping()
{
return true;
@@ -62,20 +57,10 @@
return false;
}
public override bool HasDPIColors()
{
return false;
}
public override int DPIIncrements()
{
return 100;
}
public override bool CanChangeDPIProfile()
{
return true;
}
}
}