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

Encoder improvements #26501

Merged
merged 15 commits into from
Dec 9, 2023

Commits on Dec 5, 2023

  1. Encoder improvements

    dbuezas committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e9cc5d5 View commit details
    Browse the repository at this point in the history
  2. Fully ignore 2 step jumps

    These are usually transient, so not setting `lastEncoderBits` is usually enough to avoid unexpected backward jumps.
    dbuezas committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3967a1b View commit details
    Browse the repository at this point in the history
  3. Use const

    dbuezas committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    30048e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Change macro names to match existing "MENU_SCROLL_FEEDBACK" and make …

    …duration and freq configurable
    dbuezas committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4872aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    267662b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    cca1df9 View commit details
    Browse the repository at this point in the history
  2. fix and clean up

    thinkyhead committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ce17219 View commit details
    Browse the repository at this point in the history
  3. save this for later

    thinkyhead committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    23ec064 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    116ea57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd5d67e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd868e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a9f9ee View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    4d9f128 View commit details
    Browse the repository at this point in the history
  2. else

    thinkyhead committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    900c978 View commit details
    Browse the repository at this point in the history