~ruther/qmk_firmware

ddb6821b97c6d276e4190f98f49a4ee164fd0477 — David Xia 4 years ago 53c2f67
[Docs] fix wrong directory for RGB Matrix animations (#14494)

2 files changed, 2 insertions(+), 9 deletions(-)

M docs/feature_led_matrix.md
M docs/feature_rgb_matrix.md
M docs/feature_led_matrix.md => docs/feature_led_matrix.md +1 -8
@@ 244,14 244,7 @@ static bool my_cool_effect2(effect_params_t* params) {
#endif // LED_MATRIX_CUSTOM_EFFECT_IMPLS
```

For inspiration and examples, check out the built-in effects under `quantum/led_matrix_animations/`







For inspiration and examples, check out the built-in effects under `quantum/led_matrix/animations/`.


## Additional `config.h` Options :id=additional-configh-options

M docs/feature_rgb_matrix.md => docs/feature_rgb_matrix.md +1 -1
@@ 562,7 562,7 @@ static bool my_cool_effect2(effect_params_t* params) {
#endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS
```

For inspiration and examples, check out the built-in effects under `quantum/rgb_matrix_animations/`
For inspiration and examples, check out the built-in effects under `quantum/rgb_matrix/animations/`.


## Colors :id=colors