mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-27 09:12:09 +01:00
RGB Matrix: Reload from EEPROM (#15923)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
co-authored by
Sergey Vlasov
parent
119cadbaae
commit
eb8ace0855
@@ -709,6 +709,7 @@ Where `28` is an unused index from `eeconfig.h`.
|
||||
|`rgb_matrix_decrease_speed_noeeprom()` |Decrease the speed of the animations (not written to EEPROM) |
|
||||
|`rgb_matrix_set_speed(speed)` |Set the speed of the animations to the given value where `speed` is between 0 and 255 |
|
||||
|`rgb_matrix_set_speed_noeeprom(speed)` |Set the speed of the animations to the given value where `speed` is between 0 and 255 (not written to EEPROM) |
|
||||
|`rgb_matrix_reload_from_eeprom()` |Reload the effect configuration (enabled, mode and color) from EEPROM |
|
||||
|
||||
### Change Color :id=change-color
|
||||
|Function |Description |
|
||||
|
||||
Reference in New Issue
Block a user