-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Added idle rgblight timeout feature #5475
Conversation
It might be obvious from looking at the code, but after it has timed out a keystroke will turn on the underglow (only if it was previously turned on prior to timeout). |
Honestly, from the looks of this, this is more of an extension of the RGB Light feature, rather than something separate. And the RGB Matrix has its own version of this, already. So, this really couldn't be extended into it. Because of that, I'd really rather see this merged more into the rgb light code, and enabled by a define, the way that animations and sleep are. (but still, as is, this is pretty awesome!) Edit: Also, if it helps, there is also |
Thanks for the feedback! I'll work on merging it with the main rgb light code. |
BTW, when you do your updated version, you should use |
Have you had a chance to update this? |
if @nvitaterna doesn't have bandwidth to update this, I'm happy to take a crack at it (I've been using a userspace version of this feature for a couple of months) - I assume I just open a new PR. |
Unfortunately my LEDs are broken right now (supports in the case crushed
some) so I'm waiting for replacements. I can get working on it after it's
fixed.
…On Sun, Apr 14, 2019, 2:07 PM Drashna Jaelre ***@***.***> wrote:
Have you had a chance to update this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5475 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGZfiLNKp8ni1-JCVcDRllAoCLCDbS1kks5vg25NgaJpZM4cFKzP>
.
|
In an effort to clean up our queue I'm going to close this PR. However, we'd still like to include this feature once it's done! Please feel free to open a new PR when you are ready. |
Description
This adds an idle timeout features (independent of your PC's sleep settings). In simple terms: if there are no keystrokes after X minutes, turn off the underglow.
Types of Changes
Checklist