qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.02k stars 38.74k forks source link

[Bug] rgb_matrix_indicators_user persists on keyboard after flashing when just removing it from keymap.c #10413

Closed jumper149 closed 2 years ago

jumper149 commented 3 years ago

Describe the Bug

While debugging my own setup I had copy pasted this rgb_matrix_indicators_user() function from https://github.com/qmk/qmk_firmware/blob/master/keyboards/dztech/dz65rgb/keymaps/catrielmuller/keymap.c#L233.

This worked fine, but after simply removing the effects of this function still persisted on the keyboard.

I was later able to reset it to normal by adding this function without a body to my keymap.c and then flashing it again.

void rgb_matrix_indicators_user(void) {
}

System Information

Additional Context

My whole configuration is here: https://github.com/jumper149/qmk_firmware/tree/jumper149/keyboards/dztech/dz65rgb/keymaps/jumper149

elfmimi commented 3 years ago

I don't think this is much of a problem if any.

May I ask if you can reproduce the same behavior for sure?

zvecr commented 2 years ago

This issue has been automatically closed because it has not had any recent activity. If this issue is still valid, re-open the issue and let us know.