Browse Source

Remove extra led_matrix_indicators_user call (#22329)

pull/22419/head 0.22.14
Dasky 6 months ago
committed by GitHub
parent
commit
ca45416999
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      quantum/led_matrix/led_matrix.c

+ 0
- 2
quantum/led_matrix/led_matrix.c View File

@ -389,7 +389,6 @@ void led_matrix_task(void) {
void led_matrix_indicators(void) {
led_matrix_indicators_kb();
led_matrix_indicators_user();
}
__attribute__((weak)) bool led_matrix_indicators_kb(void) {
@ -415,7 +414,6 @@ void led_matrix_indicators_advanced(effect_params_t *params) {
uint8_t max = LED_MATRIX_LED_COUNT;
#endif
led_matrix_indicators_advanced_kb(min, max);
led_matrix_indicators_advanced_user(min, max);
}
__attribute__((weak)) bool led_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max) {


Loading…
Cancel
Save