-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes #11935
Conversation
Just a note, this will break VIA. At least the Space Cadet keycodes, and maybe EEPROM reset, though I can't find it in the list. |
Ooh, ouch. |
adda18d
to
ad30c95
Compare
Sorry about that, GitHub decided to delete the |
Rebased, taken off hold. |
Co-authored-by: Ryan <fauxpark@gmail.com>
* Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes * Better comment Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes * Better comment Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Description
When the Twinkle effect was implemented, keycodes were not created to select it.
This adds them.
Types of Changes
Checklist