summaryrefslogtreecommitdiffstats
path: root/quantum/led_matrix/led_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/led_matrix/led_matrix.h')
-rw-r--r--quantum/led_matrix/led_matrix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/led_matrix/led_matrix.h b/quantum/led_matrix/led_matrix.h
index 963992fb55..936083c259 100644
--- a/quantum/led_matrix/led_matrix.h
+++ b/quantum/led_matrix/led_matrix.h
@@ -167,6 +167,8 @@ void led_matrix_decrease_speed(void);
void led_matrix_decrease_speed_noeeprom(void);
led_flags_t led_matrix_get_flags(void);
void led_matrix_set_flags(led_flags_t flags);
+void led_matrix_set_flags_noeeprom(led_flags_t flags);
+
#ifdef LED_DISABLE_TIMEOUT
# if LED_DISABLE_TIMEOUT > 0
void led_matrix_disable_timeout_set(uint32_t timeout);
@@ -180,7 +182,6 @@ bool led_matrix_is_driver_shutdown(void);
bool led_matrix_driver_allow_shutdown(void);
#endif
-
typedef struct {
/* Perform any initialisation required for the other driver functions to work. */
void (*init)(void);