Fix rgb backlight configuration and setup

This commit is contained in:
Willy-JL
2023-08-15 00:20:46 +02:00
parent fed21fae64
commit d413d30a2d
5 changed files with 28 additions and 6 deletions

View File

@@ -46,6 +46,13 @@ uint8_t rgb_backlight_get_color_count(void);
*/
const char* rgb_backlight_get_color_text(uint8_t index);
/**
* @brief Reconfigure rgb backlight with new settings
*
* @param enabled Whether the rgb backlight is enabled
*/
void rgb_backlight_reconfigure(bool enabled);
/**
* @brief Загрузить настройки подсветки с SD-карты
*/