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

This commit is contained in:
QMK Bot 2022-09-07 18:53:04 +00:00
commit cf8cdd1992

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);
}