-
-
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
[Bug] rgb_matrix effect confusion after breaking changes of 2021Q3 #14328
Comments
Any updates to this? DZ60RGB ANSI V2_1 when flashed on QMK Configurator causes RGB to get messed up. Many lights don't light up and the other ones are inconsistent and wrong colors. |
Can confirm this. It's the link time optimization that causes this. |
Do you know what commit specifically breaks it? Because I haven't seen issues with rgb matrix and LTO being enabled. Also: there have been a few new animation modes added. Is it possible that they are pushing the order out of place? |
Could you try reverting 70fb3e1 and see if that fixes the issue? |
yup reverting those changes fixed it. RGB works now with LTO enabled. |
With what versions of |
5.4.0 on Ubuntu WSL (in my case. No idea what version DZ uses) |
I also had an issue with the rgb matrix changes breaking lighting on my K-type (specifically commit 70fb3e1). I removed |
looks like the issue appears happen on IS31FL3733 microchip. IS31FL3741 works fine, I've not tested on other microchip. |
After more testing it seems like the problem was not at all related with the I build two versions of the firmware, one from master and the other from a older commit (70fb3e1). Both of them work fine, but if I flash the same firmware consecutively the lighting doesn't work at all. Could this be a bug with the bootloader? |
Doesn't apply for me. Only disabling LTO or removing the |
Neither of these fixes my problem. There is another issue #11775 that seems to be more similar to mine. |
Removing __flash seems to fix the RGB issue for me on my DZ60RGB ANSI. Compiling with gcc 9.3.0 on WSL Ubuntu. |
-keymap:
VIA
DZ60RGB , DZ60RGB ANSI, DZ60RGBWKL
with source code after breaking change to compile a via firmware, the light effect is not correct
with release 0.13.38 works fine
The text was updated successfully, but these errors were encountered: