qmk/qmk_firmware

[Bug] BM60HSRGB_EC RGB keycodes not working

Open

#17.998 geöffnet am 11. Aug. 2022

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (43.867 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (20.368 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T 9h) (27 gemergte PRs in 30 T)

Beschreibung

Describe the Bug

The default layout for the BM60HSRGB_EC keyboard (BM60, Hotswap, RGB light, with rotary encoder) contains the usual RGB keycodes to control the RGB lightning. The default layout (see https://config.qmk.fm/#/kprepublic/bm60hsrgb_ec/rev2/LAYOUT ) implements the RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI and RGB_VAD keycodes on layer 1. However, none of them seem to work. The lights in the keyboard work fine: When plugging it in, the default pattern is visible and animates nicely from left to right in all colors of the rainbow. However, using the RGB_TOG key code (or any other of the RGB key codes mentioned above) do not make any difference.

They keys themselves work fine, the default layer correctly recognises the correct buttons being pressed (in fact, im typing on it right now). The layer switch also works fine, as I'm able to correctly use the F1-F12 buttons that are also on layer 1. So it seems to be that the key codes are correctly 'activated' but do not instruct the keyboard correctly to do something with the RGB output.

There is no customisation to the firmware, I use config.qmk.fm to compile the firmware (using the default layout) and then flash it to the keyboard using QMK Toolbox.

System Information

Keyboard: BM60HSRGB_EC Revision (if applicable): V2 Operating system: MacOS qmk doctor output: Not applicable

Any keyboard related software installed? No

Contributor Guide