Skip to content
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

RGB Matrix Lighting Control Issues in Firmware #273

Open
dahmwern opened this issue Nov 1, 2024 · 1 comment
Open

RGB Matrix Lighting Control Issues in Firmware #273

dahmwern opened this issue Nov 1, 2024 · 1 comment

Comments

@dahmwern
Copy link

dahmwern commented Nov 1, 2024

I'm having an issue being able to control the RGB Lighting in my keymap.c / config.h / rules.mk files. I've read through all the variants of what's offered in the QMK Guide for the Corne v4.1 Cherry Standard, but nothing seems to be able to control any lighting effects.

I've tried:
BACKLIGHT_ENABLE = yes
This doesn't work, it doesn't do anything

RGBLIGHT_ENABLE = yes
Which gives me a warning during compiling that statas that RGB_MATRIX_DRIVER is set to WS2812 already and I shouldn't activate both simultaneously.

Using both of these, I've applied various cominations of the corresponding keycodes into my keymap to no avail.

I need to try:
Adding the following to my rules.mk:
RGB_MATRIX_DRIVER = WS2812 OR LED_MATRIX_DRIVER = ???

Does anyone know how this works? I could really use the help.

@foostan
Copy link
Owner

foostan commented Nov 15, 2024

Why do you need to set BACKLIGHT_ENABLE = yes?
Is there any issue with https://github.com/foostan/kbd_firmware/blob/main/keyboards/crkbd/qmk/qmk_firmware/rev4_1/info.json#L17 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants