1
0
Fork 0

Remove redundant RGB/LED matrix eeconfig init (#22673)

This commit is contained in:
Joel Challis 2023-12-16 15:43:39 +00:00 committed by GitHub
parent 7298551e19
commit dc5befd139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View file

@ -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);