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

Dual rotary encoder support #879

Merged

Commits on Mar 4, 2024

  1. Added early support for dual quadrature rotary encoders

    * Currently only maps to Gamepad-related items (analog sticks and triggers + d-pad) and keeps those values within range (no overflowing)
    * The pulses per revolution can be customized, but currently untested beyond 24PPR
    mikepparks committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    af8907c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa3868b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    bb33d4f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    c891046 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Add wrap-around toggle to allow values to overflow.

    Fixed issue where min/max ranges were only based on the first encoder options.
    mikepparks committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9092cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c706a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    b3d0c46 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Changed PPR config range to 10-800

    Changed Multiplier to numeric field and range to 0.10-200x
    mikepparks committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bbbf5f4 View commit details
    Browse the repository at this point in the history