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

Conversation

SammysHP
Copy link
Contributor

@SammysHP SammysHP commented Aug 4, 2024

The primary goal of this branch was to add two more aux patterns: low blinking and high blinking. On its way I also added some refactoring, for example:

  • Changing the way how off/lockout config is handled for single color aux
  • Removed some TICK_DURING_STANDBY checks because it would not have built without it anyway
  • Dropped USE_OLD_BLINKING_INDICATOR and USE_FANCIER_BLINKING_INDICATOR – not used anymore
  • Changed the way the low battery warning via single color aux is implemented. The previous version was a bit weird in my opinion
  • Added a new RGB aux color that disables front facing aux LEDs, but keeps the button LED enabled.

Most likely you don't want to merge this as is, but maybe it's useful for you anyway.

I haven't checked if there are any targets which don't build anymore due to insufficient flash memory.

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).
Adds "low blink" and "high blink" patterns to single color aux LEDs.
By adding another "color" (7H) which turns the aux LEDs off, independent
of the pattern. Enabled for USE_BUTTON_LED builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants