forked from mirrors/qmk_firmware
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
cf8cdd1992
1 changed files with 1 additions and 2 deletions
|
@ -320,8 +320,7 @@ void rgb_matrix_indicators_user(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
//Numlock led
|
//Numlock led
|
||||||
if (led_state.num_lock) {
|
if (!led_state.num_lock) {
|
||||||
} else {
|
|
||||||
rgb_matrix_set_color(0, 145, 145, 145);
|
rgb_matrix_set_color(0, 145, 145, 145);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue