mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Fix rgb backlight configuration and setup
This commit is contained in:
@@ -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-карты
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user