[Docs] fix wrong directory for RGB Matrix animations (#14494)

fix/just_return_false
David Xia 4 years ago committed by GitHub
parent 53c2f67748
commit ddb6821b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      docs/feature_led_matrix.md
  2. 2
      docs/feature_rgb_matrix.md

@ -244,14 +244,7 @@ static bool my_cool_effect2(effect_params_t* params) {
#endif // LED_MATRIX_CUSTOM_EFFECT_IMPLS #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 ## Additional `config.h` Options :id=additional-configh-options

@ -562,7 +562,7 @@ static bool my_cool_effect2(effect_params_t* params) {
#endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS #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 ## Colors :id=colors

Loading…
Cancel
Save