summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/arm_atsam/md_rgb_matrix.h
diff options
context:
space:
mode:
author50an6xy06r6n <garethenator@gmail.com>2021-08-17 11:44:19 -0700
committerGitHub <noreply@github.com>2021-08-18 04:44:19 +1000
commit4b96d5876eb01dfd8063949a2e5cb4b70e01786d (patch)
tree5aa9e013acb1b0b4ef58528de3388eb5b7a5f28c /tmk_core/protocol/arm_atsam/md_rgb_matrix.h
parent37496f4b6047248c25195e13e0f90593dc492fff (diff)
Fix Indicator LED issues (#12097)
Diffstat (limited to 'tmk_core/protocol/arm_atsam/md_rgb_matrix.h')
-rw-r--r--tmk_core/protocol/arm_atsam/md_rgb_matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/md_rgb_matrix.h b/tmk_core/protocol/arm_atsam/md_rgb_matrix.h
index 322b0f99d1..76ccaa678b 100644
--- a/tmk_core/protocol/arm_atsam/md_rgb_matrix.h
+++ b/tmk_core/protocol/arm_atsam/md_rgb_matrix.h
@@ -86,7 +86,7 @@ extern uint8_t gcr_actual_last;
void gcr_compute(void);
-void md_rgb_matrix_indicators(void);
+void md_rgb_matrix_indicators_advanced(uint8_t led_min, uint8_t led_max);
/*------------------------- Legacy Lighting Support ------------------------*/