aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/feature_led_matrix.md9
-rw-r--r--docs/feature_rgb_matrix.md2
2 files changed, 2 insertions, 9 deletions
diff --git a/docs/feature_led_matrix.md b/docs/feature_led_matrix.md
index 7d7971bbe..ed92bffd9 100644
--- a/docs/feature_led_matrix.md
+++ b/docs/feature_led_matrix.md
@@ -244,14 +244,7 @@ static bool my_cool_effect2(effect_params_t* params) {
244#endif // LED_MATRIX_CUSTOM_EFFECT_IMPLS 244#endif // LED_MATRIX_CUSTOM_EFFECT_IMPLS
245``` 245```
246 246
247For inspiration and examples, check out the built-in effects under `quantum/led_matrix_animations/` 247For inspiration and examples, check out the built-in effects under `quantum/led_matrix/animations/`.
248
249
250
251
252
253
254
255 248
256 249
257## Additional `config.h` Options :id=additional-configh-options 250## Additional `config.h` Options :id=additional-configh-options
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md
index 8d6bb934e..2dbd32fbd 100644
--- a/docs/feature_rgb_matrix.md
+++ b/docs/feature_rgb_matrix.md
@@ -562,7 +562,7 @@ static bool my_cool_effect2(effect_params_t* params) {
562#endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS 562#endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS
563``` 563```
564 564
565For inspiration and examples, check out the built-in effects under `quantum/rgb_matrix_animations/` 565For inspiration and examples, check out the built-in effects under `quantum/rgb_matrix/animations/`.
566 566
567 567
568## Colors :id=colors 568## Colors :id=colors