Skip to content

Commit ca45416

Browse files
authored
Remove extra led_matrix_indicators_user call (#22329)
1 parent d2773c6 commit ca45416

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

quantum/led_matrix/led_matrix.c

-2
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ void led_matrix_task(void) {
389389

390390
void led_matrix_indicators(void) {
391391
led_matrix_indicators_kb();
392-
led_matrix_indicators_user();
393392
}
394393

395394
__attribute__((weak)) bool led_matrix_indicators_kb(void) {
@@ -415,7 +414,6 @@ void led_matrix_indicators_advanced(effect_params_t *params) {
415414
uint8_t max = LED_MATRIX_LED_COUNT;
416415
#endif
417416
led_matrix_indicators_advanced_kb(min, max);
418-
led_matrix_indicators_advanced_user(min, max);
419417
}
420418

421419
__attribute__((weak)) bool led_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max) {

0 commit comments

Comments
 (0)