Skip to content

Commit

Permalink
Harpe Ace extra polling rates #3693
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Feb 10, 2025
1 parent b5428ff commit 69863bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Peripherals/Mouse/Models/HarpeAceAimLab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ public override PollingRate[] SupportedPollingrates()
PollingRate.PR125Hz,
PollingRate.PR250Hz,
PollingRate.PR500Hz,
PollingRate.PR1000Hz
PollingRate.PR1000Hz,
PollingRate.PR2000Hz,
PollingRate.PR4000Hz,
PollingRate.PR8000Hz,
};
}

Expand Down

0 comments on commit 69863bc

Please sign in to comment.