-
-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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] RGBLIGHT_SLEEP only turns off master half on split keyboard #22794
Comments
To make sure, when updating the config, have you flashed both sides? |
Yes I did. I tried multiple times and it doesn't work for me. I tried to investigate a bit and from what I understood, the master keyboard is stuck in a loop in protocol_pre_task during suspend and never sends to the slave that is should suspend, but maybe I'm wrong |
I found why it was not working on my keyboard; here: qmk_firmware/tmk_core/protocol/lufa/lufa.c Lines 858 to 860 in dcc47ea
|
I would propose this as a fix
|
I've been having the same issue (altough I think it didn't always happened on PC turn off) - I have been mitigating it by suspending RGB after 20s of idle / not using keyboard (which has some other issue, details below). (The other issue I have, which I thought could be related, is after calling
to force slave's |
#24055 fixes this. We just have to wait for it to be merged into master |
Describe the Bug
The define only works for the master keyboard on my setup when my pc is turned off. I am using a corne keyboard
Keyboard Used
corne/rev1
Link to product page (if applicable)
No response
Operating System
windows 10
qmk doctor Output
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
No response
Additional Context
I have pro-micro microcontrollers https://keebmaker.com/collections/parts/products/controllers-pro-micro-c?_pos=1&_fid=bdf159e90&_ss=c
The text was updated successfully, but these errors were encountered: