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; return true;
} }
public override bool HasDebounceSetting()
{
return true;
}
public override bool HasAngleSnapping() public override bool HasAngleSnapping()
{ {
return true; return true;
@@ -62,20 +57,10 @@
return false; return false;
} }
public override bool HasDPIColors()
{
return false;
}
public override int DPIIncrements() public override int DPIIncrements()
{ {
return 100; return 100;
} }
public override bool CanChangeDPIProfile()
{
return true;
}
} }
} }