-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
[Feature Request] LED configuration #1297
Comments
Keycodes in the keyboard settings tab needs to be updated, as I just noticed that "RGB_MODE_PLAIN", "RBG_HUD" and "RBG_HUI" are now deprecated. It would also be nice if the "RGB_MODE_PLAIN" keycode was restored or updated, as I can't seem to find the new keycode for this toggle, and having to cycle through every single rbg animation to get to plain single color mode seems a bit odd. |
When I split up the RGB keycodes recently into Not all of their respective effects may be enabled (so it is not guaranteed they will do anything), and it is impractical to keep parity with the complete list of effects, particularly for RGB Matrix, which has a very large number of possible animations. Some of the keycodes were mapped to "close" equivalents to the existing RGBLight effects, but mostly there are/were no keycodes for the majority of them.
|
While I can understand the decision to not keep the keycodes for every single rgb effect, I can't understand the decision to remove the keycode that puts the LEDs into static mode without any kind of rgb effect enabled.
I did notice that when looking up the keycodes when neither my old layout or online configurator codes worked as they are both deprecated, however, when changing the old keycodes into anykey and manually adding the new keycodes they initially didn't work. Managed to fix it now by using |
For both RGBLight and RGB Matrix, the "static colour" effect is always enabled and cannot be disabled. If a board has no effects enabled, and the internal config is somehow pointing at some other effect, then that is an invalid state; hitting the prev/next keycodes should fix it. (though I would expect QMK to automatically detect this and rectify it anyway). There have never been any keycodes to enforce a particular colour, only a particular effect. I agree the keycode names here on the Configurator need to be updated. |
Yes, but
As the initial issue is a feature request about LED control in the online configurator, I thought it was obvious that I was talking about the ability to force an rgb mode and rgb value/hex in the online configurator, as well as me mentioning that it would be a nice feature to have specifically in the online configurator. |
Description
For someone like me which lacks programing skills and could not manage to edit or configure the lights with msys, having basic LED configuration would be a really nice QoL feature to have in the online configurator.
For example:
Solid colour selection without any crazy rgb matrix effects. (Locking the keyboard to a single colour.)
Selection of which lights to enable/disable. (Like the side lights on gmmk models.)
Caps lock colour change option when its enabled.
The text was updated successfully, but these errors were encountered: