-
-
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
Lily58 Add support for RGB MATRIX #8900
Conversation
Add support for rgb matrix for folks using Lily58-Glow
I just took a look at those 2 PRs and I think those 2 and mine are different? #7495 and #8890 seem to only differ from original lily58 by the amount of LEDs. My PR adds Also #7495 seems to have 128 LEDs (I wonder how much power does it need lol), I don't think it's the Lily58-Glow. Regarding possible long term issues that might arise, I think it would be better to have a separate glow version as in #8890. And then I can add RGB matrix support to it instead of editing the official rev1, which currently doesn't have per key RGB |
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.
Does the original Lily58 PCB by @kata0510 support RGB Matrix, or is this code for a PCB based on the Lily58? Looking at the OG Lily58 PCB repo, my understanding is no.
If that's the case, I think I'd prefer seeing this added as a variant/revision of the Lily58 (e.g. lily58/glow
) rather than glomming on to the codebase for the Lily58 (lily58/rev1
).
Yes that makes sense, I will move all of this to lily58/glow. But I'll probably do so after qmk:future merges into master, since lily58 code is refactored in it. |
Sounds good @ShadowProgr, I'll mark this as being |
So I started working on this today and found out that since Lily58 uses split common now, it cannot have rgb matrix working (for the slave side) until #5998 is merged. Now since lily58-glow main changes from official version is rgb per key, it's kinda pointless to implement this PR without rgb matrix working, putting this on hold again. Am I missing anything or am I basically stuck until rgb matrix support is brought over to split common? |
is it working now? |
@ShadowProgr RGB Matrix works now, with split common. Also, merge conflicts. |
Woah it's been so long I completely forgot about this. I'll probably get it done this weekend |
No worries! |
Removed the tags preventing stalebot from kicking in. |
Thank you for your contribution! |
Thank you for your contribution! |
Add support for rgb matrix for folks using Lily58-Glow
Description
There was no
g_led_config
in the code to support the rgb matrix for Lily58-Glow. I created this PR so other Lily58-Glow users could have the sweet rgb matrix effects without spending time setting it up.Types of Changes
Checklist