forked from mirror/qmk_firmware
Add {rgb|led}_matrix_get_mode_name(). (#25344)
This commit is contained in:
@@ -220,6 +220,10 @@ void rgb_matrix_set_flags(led_flags_t flags);
|
||||
void rgb_matrix_set_flags_noeeprom(led_flags_t flags);
|
||||
void rgb_matrix_update_pwm_buffers(void);
|
||||
|
||||
#ifdef RGB_MATRIX_MODE_NAME_ENABLE
|
||||
const char *rgb_matrix_get_mode_name(uint8_t mode);
|
||||
#endif // RGB_MATRIX_MODE_NAME_ENABLE
|
||||
|
||||
#ifndef RGBLIGHT_ENABLE
|
||||
# define eeconfig_update_rgblight_current eeconfig_force_flush_rgb_matrix
|
||||
# define rgblight_reload_from_eeprom rgb_matrix_reload_from_eeprom
|
||||
|
||||
Reference in New Issue
Block a user