summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-12-16 15:43:39 +0000
committerGitHub <noreply@github.com>2023-12-16 15:43:39 +0000
commitdc5befd13906f193f6ee8c2f9ace01100a167b20 (patch)
tree39c616b8239474799098fd74adb9c858dafea580 /quantum/led_matrix/led_matrix.h
parent7298551e195373a15fe3eb7bc1341494dba4b713 (diff)
Remove redundant RGB/LED matrix eeconfig init (#22673)
Diffstat (limited to 'quantum/led_matrix/led_matrix.h')
-rw-r--r--quantum/led_matrix/led_matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/led_matrix/led_matrix.h b/quantum/led_matrix/led_matrix.h
index 153abf2975..eeaeee20b5 100644
--- a/quantum/led_matrix/led_matrix.h
+++ b/quantum/led_matrix/led_matrix.h
@@ -136,6 +136,8 @@ bool led_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max);
void led_matrix_init(void);
+void led_matrix_reload_from_eeprom(void);
+
void led_matrix_set_suspend_state(bool state);
bool led_matrix_get_suspend_state(void);
void led_matrix_toggle(void);