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

Refactor and extend aux patterns #89

Open
wants to merge 5 commits into
base: trunk
Choose a base branch
from

Commits on Aug 4, 2024

  1. More aux LED patterns (single color)

    Adds "low blink" and "high blink" patterns to single color aux LEDs.
    Also changes how the configuration is stored (backwards compatible by
    introducing a USE_EXTENDED_INDICATOR_PATTERNS macro).
    SammysHP committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    4a9fae6 View commit details
    Browse the repository at this point in the history
  2. More aux LED patterns (RGB)

    Adds "low blink" and "high blink" patterns to single color aux LEDs.
    SammysHP committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    851160d View commit details
    Browse the repository at this point in the history
  3. Allow to disable aux LEDs without switch LED

    By adding another "color" (7H) which turns the aux LEDs off, independent
    of the pattern. Enabled for USE_BUTTON_LED builds.
    SammysHP committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2387755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fef7d77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc0c668 View commit details
    Browse the repository at this point in the history