You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to this line (and the case statement for the LOW byte) its impossible to set up the correct HUE for the leds. We are OR'ing the incoming value with the existing value, hence you can't set a new HUE value
@Fishwaldo
Thank you very much for your testing! After investigating, I found that the "KEY_WS2812B_Hue" value indeed could not be modified. I have fixed this issue and included the updated firmware in the firmware package. You may need to disassemble the device and use a CH340 serial port converter or an STLink programmer to flash the latest updated files. I sincerely apologize for this error!
Due to this line (and the case statement for the LOW byte) its impossible to set up the correct HUE for the leds. We are OR'ing the incoming value with the existing value, hence you can't set a new HUE value
T-Keyboard-S3-Pro/examples/Original_Test/Core/Src/main.c
Line 347 in ce7765e
(I'm assuming this is the factory firmware thats loaded on the STM)
Due to the non-standard fine pitched JST headers for SWD programing, I can't test a fix.
The text was updated successfully, but these errors were encountered: