-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
c2_pro help needed with indicator lights #329
Comments
Does it work when the RGB animation mode is static ("solid colour")? |
Re "they are flashing with a pattern that follows the RGB matrix": Can you elaborate? What happens when doing specific actions? What actions? Can you provide an example? In what RGB animation mode? |
I put the following in my rules.mk
While doing so, the animation still occurs, instead of displaying a solid color. |
It does not respond to any actions. The default animation (whatever that is) gets displayed if RGB_MATRIX is enabled and does not react to input. |
Turns out the problem is in qmk_firmware/tree/master/keyboards/keychron/c2_pro/c2_pro.c the indicator code is commented out if LED_MATRIX_ENABLE is not defined, which is the case for the rgb variant of the keyboard. The last #endif should be moved up some place before [rant]Great waste of time. Excellent quality control.[/rant] |
@KeychronMacro @drashna @adophoxia @waffle87 You guys have authored the following commit: qmk@ecca9c5 Unfortunately a preprocessor directive was placed in the incorrect place, which causes the indicator lights of the rgb version of this keyboard to malfunction. Please refer to this thread for details. |
Issue Description
I have a c2 pro rgb keyboard. When compiling the default keymap for this keyboard and subsequently flashing the compiled code into the keyboard, the indicator lights (num, caps, mac, win) do not show the right indications, instead they are flashing with a pattern that follows the rgb matrix. How can i get the indicator lights behave like in the default factory firmware, i.e. caps only lights when caps lock is activated etc?
The text was updated successfully, but these errors were encountered: