-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
rgblight.[ch] more configurable #3582
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b9e8dfd
add temporary test code rgblight-macro-test1.[ch]
mtei 69dc88c
rgblight.h : mode auto numberring and auto generate mode name symbol
mtei ffd0946
rgblight.c use RGBLIGHT_MODE_xxx symbols
mtei e6b3cf0
quantum.c use RGBLIGHT_MODE_xxx symbols
mtei b50f924
fix build break. when RGB_MATRIX_ENABLE defined
mtei a17933d
add temporary test code rgblight-macro-test2.[ch]
mtei d360cff
modify rgblight_mode_eeprom_helper() and rgblight_sethsv_eeprom_helper()
mtei f7c092c
modify rgblight_task()
mtei d856f40
configurable each effect compile on/off in config.h
mtei da45ea3
update docs/feature_rgblight.md
mtei 927c1ee
fix conflict. docs/feature_rgblight.md
mtei 154e659
Merge branch 'master' into rgblight-more-configurable
mtei 60b9ce7
remove temporary test code rgblight-macro-test*.[ch]
mtei f024af1
fix comment typo.
mtei 94e326e
remove old mode number from comment
mtei 4389066
update docs/feature_rgblight.md about effect mode
mtei d010d0f
Revert "update docs/feature_rgblight.md about effect mode"
mtei ff06ad4
some change docs/feature_rgblight.md
mtei 63c9a1e
fix typo
mtei 61cd1c3
docs/feature_rgblight.md update: revise mode number table
mtei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be worth at least noting in the documentation that while most of the modes can now be disabled at compile time, it is not possible to disable the static solid color mode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added '(this mode always enable)' to static color mode.
How about this?