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

Made AVR backlight pwm resolution configurable #7521

Merged
merged 15 commits into from
Nov 17, 2021

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    01f3260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4285d8d View commit details
    Browse the repository at this point in the history
  3. Finished my ifdef

    Duckle29 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    94521e3 View commit details
    Browse the repository at this point in the history
  4. Ran clang-format

    Duckle29 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4d0093e View commit details
    Browse the repository at this point in the history
  5. Added missing semi-colon

    Duckle29 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    3e87f1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b03f18b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0f2658 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa5b138 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0096578 View commit details
    Browse the repository at this point in the history
  10. Fixed 'never used' error

    Duckle29 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    d36fe67 View commit details
    Browse the repository at this point in the history
  11. Fixed 'never used' error

    Duckle29 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2e3fe2c View commit details
    Browse the repository at this point in the history
  12. Fixed breathing ISR to 120Hz

    Duckle29 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4c19244 View commit details
    Browse the repository at this point in the history
  13. Removed pwm_frequency constant

    Constant is no longer needed since running the breathing ISR at a fixed 120Hz
    Duckle29 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    e058c2b View commit details
    Browse the repository at this point in the history
  14. Re-add brightness limiting

    Duckle29 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    472f0ab View commit details
    Browse the repository at this point in the history
  15. re-introduce scaling

    Duckle29 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2e0b4ec View commit details
    Browse the repository at this point in the history