feat(underglow): Add battery and BLE status to underglow#2987
Open
fliano wants to merge 1 commit into
Open
Conversation
|
Haven't looked to closely at this implementation, but wanted to share w/ you the one that I made some months ago: Mine is based on MoErgo's implementation for the Glove80, with some enhancements to make it work on any board via config. It works by displaying the configured statuses when a keycode is sent. Unfortunately, I've had a very hard time getting a review from the maintainers. |
|
This PR has been automatically marked as stale because it has not had activity in 10 months. It will be closed in 14 days if no further activity occurs. Feel free to give a status update or re-open when it has been rebased and is ready for review (again). Thanks! |
ce94160 to
3bbd06a
Compare
3bbd06a to
20923f7
Compare
Adds functionality to the RGB underglow system, allowing it to display battery status and BLE connection status. Battery status is shown on startup and when reaching critical levels. BLE status is shown on startup and when the connection state changes.
20923f7 to
a281e60
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds functionality to the RGB underglow system, allowing it to display battery status and BLE connection status. Battery status is shown on startup and when reaching critical levels. BLE status is shown on startup and when the connection state changes.
PR check-list