Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase repeat rate based on Hold duration #1912

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ArthurKun21
Copy link
Collaborator

@ArthurKun21 ArthurKun21 commented Oct 28, 2024

Increase repeat rate based on Hold duration

Pull Request Type

  • Bugfix
  • Feature Implementation
  • Documentation
  • Other

Related issue

Description

Increase the rate of repeatable as you hold longer

Increment by the following value

1s <= time > 3s

(time in seconds)^2 * 1.5

3s > time

(time in seconds)^2 * 3* 1.5

Screenshots

Testing

Additional context

@ArthurKun21 ArthurKun21 changed the title Increase the rate of repeatable as you hold longer Increase repeat rate based on Hold duration Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant