-
-
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
Add Fractal RGB matrix effects #12670
Conversation
da58466
to
a659024
Compare
The use of |
fc9cbe7
to
73543ec
Compare
Rebased against |
These need to be moved to |
Update animation header file for explicit enable instead of disable. Pend this PR to merge after #13758 to align documentation text. |
This seems to lock up on resume. |
Do you mean suspending the PC and resuming? I've not been able to reproduce on a Mac, except that the RGB may not fully turn off most of the time. Can you confirm the process to reproduce what you experienced? |
You have to wait about a minute for macOS to suspend USB devices after going to sleep. |
RIght, I'm aware of this because my mouse indicator LED will turn off when USB is truly suspended. However I can't reproduce the issue. I will give this a try on Windows to see if it makes a difference. Do you see the lock up problem on all three animation? |
this is happening on Windows, for me, but with the moonlander, specifically. I'm going to investigate some more |
It seems to be ... finicky about when it will happen. It no longer happens on my moonlander, but it seems to be happening on my corne (avr), now. But only when in the pixel animations. |
1ae10e2
to
8b9fd4e
Compare
f26da64
to
456e7f7
Compare
Reduced this PR to a single effect. Shrank array table size and eliminated excessive maths by using simple |
5e61a82
to
b386123
Compare
Co-authored-by: Ryan <[email protected]>
* Squashed fractal effect commit for easier rebase * Update documentation * Squashed fractal effect commit for easier rebase * Update documentation * Update doc spacing Co-authored-by: Ryan <[email protected]> * Update feature_rgb_matrix.md Co-authored-by: filterpaper <filterpaper@localhost> Co-authored-by: Ryan <[email protected]> Co-authored-by: Nick Brassel <[email protected]>
Description
Here is a Fractal RGB matrix effect that generates randomly lit keys on middle columns and pulse outwards, creating a horizontal fractal pattern. Animation speed is user adjustable.
Types of Changes
Checklist