From d794ed8ba1eefe1dd0672e92f7ee384efca003f5 Mon Sep 17 00:00:00 2001 From: drashna Date: Sun, 19 Sep 2021 18:55:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20ddb6821b97c6d276e4190f98f49a4ee164fd0477=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_led_matrix.md | 9 +-------- feature_rgb_matrix.md | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/feature_led_matrix.md b/feature_led_matrix.md index 7d7971bbed4..ed92bffd996 100644 --- a/feature_led_matrix.md +++ b/feature_led_matrix.md @@ -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 diff --git a/feature_rgb_matrix.md b/feature_rgb_matrix.md index 8d6bb934e5b..2dbd32fbdb9 100644 --- a/feature_rgb_matrix.md +++ b/feature_rgb_matrix.md @@ -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