diff options
author | Ryan <fauxpark@gmail.com> | 2021-05-13 12:57:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 12:57:57 +1000 |
commit | 7078d5a5bdf9a639003a124342de567c976182ff (patch) | |
tree | f1b1507815f1664f898278a6f2ecf7cc3572a197 /docs/feature_rgb_matrix.md | |
parent | dbfe2d7e9ebcaa8b10203220a4213d0a750ffbba (diff) | |
download | qmk_firmware-7078d5a5bdf9a639003a124342de567c976182ff.tar.gz qmk_firmware-7078d5a5bdf9a639003a124342de567c976182ff.zip |
LED Matrix: Documentation (#12685)
Diffstat (limited to 'docs/feature_rgb_matrix.md')
-rw-r--r-- | docs/feature_rgb_matrix.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md index 63ff7d6ad..ffbb8c0b6 100644 --- a/docs/feature_rgb_matrix.md +++ b/docs/feature_rgb_matrix.md | |||
@@ -399,7 +399,7 @@ static bool my_cool_effect2(effect_params_t* params) { | |||
399 | #endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS | 399 | #endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS |
400 | ``` | 400 | ``` |
401 | 401 | ||
402 | For inspiration and examples, check out the built-in effects under `quantum/rgb_matrix_animation/` | 402 | For inspiration and examples, check out the built-in effects under `quantum/rgb_matrix_animations/` |
403 | 403 | ||
404 | 404 | ||
405 | ## Colors :id=colors | 405 | ## Colors :id=colors |
@@ -453,7 +453,7 @@ These are defined in [`rgblight_list.h`](https://github.com/qmk/qmk_firmware/blo | |||
453 | 453 | ||
454 | ## EEPROM storage :id=eeprom-storage | 454 | ## EEPROM storage :id=eeprom-storage |
455 | 455 | ||
456 | The EEPROM for it is currently shared with the RGBLIGHT system (it's generally assumed only one RGB would be used at a time), but could be configured to use its own 32bit address with: | 456 | The EEPROM for it is currently shared with the LED Matrix system (it's generally assumed only one feature would be used at a time), but could be configured to use its own 32bit address with: |
457 | 457 | ||
458 | ```c | 458 | ```c |
459 | #define EECONFIG_RGB_MATRIX (uint32_t *)28 | 459 | #define EECONFIG_RGB_MATRIX (uint32_t *)28 |