Open quiquos opened 1 year ago
This may be related to https://github.com/qmk/qmk_firmware/pull/20097
Consider testing with that PR and seeing if it helps.
Sadly it didn't work. With RGB turned off and RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF defined, it still doesn't work, only master RGB lights up when a layer key is pressed.
I'm facing a strange behavior on my sofle keyboard. I have enabled RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF, so RGB turns ON for layers when the RGB is OFF.
This is my config.h regarding RGBLIGHT
This is my rules.mk
The problem is that the RGB only turns ON, on the side where the USB cable is plugged and does not "mirror" to the other side.
Ex: I have USB plugged to the left side (defined as master), RGB OFF. I press a layer key and the light goes ON, but only on the left side, the right side (slave) stays with RGB OFF.
It was supposed to send the same data to the slave, but it just won't turn them ON, but if the leds are ON, then by pressing a layer key, RGB layer leds change color on both sides.
Any ideas on what I am missing??