Hoping someone here can help me figure out something since the internet isn't helping much.
I have a Keychron V2 keyboard that just won't go to sleep after a certain amount of time (I have the timeout set to 15 mins (900000 ms), but the LEDs would just stay lit up.
In rules.mk I have this line
IDLE_TIMEOUT_ENABLE = yes
And in config.h I have these two,
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_DISABLE_TIMEOUT 900000
I had same settings for my Keychron Q1 that worked previously, but not anymore (when I had it configured, timeout was set to 30 minutes (1800000 ms)), but after changing the timer, it won't sleep, and even after going back to 30 minutes, it just won't timeout anymore.
I've looked all over, I can't find a solution that works, I'm stumped, what am I missing? Aside from these few lines, I don't have much experience in programming for QMK.