mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
fix: return true in kb-level matrix indicators
This commit is contained in:
parent
8efefa4549
commit
7b2daf8dd8
@ -209,6 +209,6 @@ bool rgb_matrix_indicators_kb(void) {
|
||||
} else {
|
||||
rgb_matrix_set_color(CAPS_LOCK_LED_INDEX, 0, 0, 0);
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user