Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2022-09-07 18:53:44 +00:00
commit 50faccc01e

View File

@ -320,8 +320,7 @@ void rgb_matrix_indicators_user(void) {
}
//Numlock led
if (led_state.num_lock) {
} else {
if (!led_state.num_lock) {
rgb_matrix_set_color(0, 145, 145, 145);
}