RGB Matrix: Reload from EEPROM (#15923)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
119cadbaae
commit
eb8ace0855
3 changed files with 14 additions and 0 deletions
|
@ -136,6 +136,8 @@ void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max);
|
|||
|
||||
void rgb_matrix_init(void);
|
||||
|
||||
void rgb_matrix_reload_from_eeprom(void);
|
||||
|
||||
void rgb_matrix_set_suspend_state(bool state);
|
||||
bool rgb_matrix_get_suspend_state(void);
|
||||
void rgb_matrix_toggle(void);
|
||||
|
@ -182,6 +184,7 @@ void rgb_matrix_set_flags(led_flags_t flags);
|
|||
|
||||
#ifndef RGBLIGHT_ENABLE
|
||||
# define eeconfig_update_rgblight_current eeconfig_update_rgb_matrix
|
||||
# define rgblight_reload_from_eeprom rgb_matrix_reload_from_eeprom
|
||||
# define rgblight_toggle rgb_matrix_toggle
|
||||
# define rgblight_toggle_noeeprom rgb_matrix_toggle_noeeprom
|
||||
# define rgblight_enable rgb_matrix_enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue