We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257ec81 commit 5263043Copy full SHA for 5263043
app/Peripherals/Mouse/Models/HarpeAceAimLab.cs
@@ -59,11 +59,6 @@ public override bool HasDebounceSetting()
59
return true;
60
}
61
62
- public override DebounceTime MinDebounce()
63
- {
64
- return DebounceTime.OFF;
65
- }
66
-
67
public override bool HasLiftOffSetting()
68
{
69
app/Peripherals/Mouse/Models/HarpeAceMini.cs
@@ -17,16 +17,6 @@ public override int DPIProfileCount()
17
return 4;
18
19
20
- public override bool HasDebounceSetting()
21
22
- return true;
23
24
25
26
27
28
29
30
public override string GetDisplayName()
31
32
return "Harpe Ace Mini (Wired)";
0 commit comments