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

[Core] Process all changed keys in one scan loop, deprecate QMK_KEYS_PER_SCAN #15292

Merged
merged 2 commits into from
Aug 6, 2022

Commits on Aug 6, 2022

  1. Remove QMK_KEYS_PER_SCAN option

    ...as this will become the default behaviour for matrix scanning and
    processing code.
    KarlK90 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    60af1c8 View commit details
    Browse the repository at this point in the history
  2. Process the complete matrix in one scan loop

    Which is mostly what QMK_KEYS_PER_SCAN did without a limit on how many keys
    shall be processed.
    KarlK90 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    480d502 View commit details
    Browse the repository at this point in the history