summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Lickel <adam@lickel.com>2022-02-04 19:08:48 -0800
committerGitHub <noreply@github.com>2022-02-04 19:08:48 -0800
commiteb8ace0855b36be04d2fc348a9afde7f74d64d1a (patch)
tree94d119f71718e81b1ca7d94c0d29e8bac00e6662 /docs
parent119cadbaae15585b5140c1102a49364fbcf7cd0d (diff)
RGB Matrix: Reload from EEPROM (#15923)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_rgb_matrix.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md
index 0e2e68233f..53729ccc29 100644
--- a/docs/feature_rgb_matrix.md
+++ b/docs/feature_rgb_matrix.md
@@ -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 |