qmk/qmk_firmware

[Bug] Cannot control RGB Matrix manually, colors repeatedly overwritten with solid color under RGB_MATRIX_NONE mode

Open

#14.686 aberto em 4 de out. de 2021

Ver no GitHub
 (13 comments) (0 reactions) (0 assignees)C (43.867 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (20.368 stars)
Métricas de merge de PR
 (Mesclagem média 20d 9h) (27 fundiu PRs em 30d)

Description

Describe the Bug

The RGB matrix mode RGB_MATRIX_NONE interferes with manual RGB control. Unable to set RGB states manually.

Setting rgb_matrix_mode(RGB_MATRIX_NONE); results in a constant red colour under every key. When I set an LED color using rgb_matrix_set_color, the new color setting applies for an instant before being overwritten again by the red colour. This makes it impossible to control the LEDs manually.

  • Keyboard: ZSA Moonlander
  • QMK Firmware version: 0.14.16

Guia do colaborador