summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-10-23 23:00:51 +0000
committerQMK Bot <hello@qmk.fm>2023-10-23 23:00:51 +0000
commitc245ee4cd34e768798c4b2c16e1315ebdf3fba79 (patch)
tree72aae114dabc6ffd5eea1e604166afd944934a47 /quantum/led_matrix/led_matrix.c
parent0b65af96fd03e8a233ac7e51138021567ee444e9 (diff)
parentca4541699915b37cd1f253bbed51854627efd2ce (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/led_matrix/led_matrix.c')
-rw-r--r--quantum/led_matrix/led_matrix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/led_matrix/led_matrix.c b/quantum/led_matrix/led_matrix.c
index c13ca94077..4f22cd6da8 100644
--- a/quantum/led_matrix/led_matrix.c
+++ b/quantum/led_matrix/led_matrix.c
@@ -360,7 +360,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) {
@@ -386,7 +385,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) {