From 05b99453dc7af3276fea8bad76c3e19bd3a84b55 Mon Sep 17 00:00:00 2001 From: Albert Y <76888457+filterpaper@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:50:54 +0800 Subject: [PATCH] Update fractal attribution comment --- quantum/rgb_matrix/animations/pixel_fractal_anim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/rgb_matrix/animations/pixel_fractal_anim.h b/quantum/rgb_matrix/animations/pixel_fractal_anim.h index b26d5c41004e..875b4ceb3dc0 100644 --- a/quantum/rgb_matrix/animations/pixel_fractal_anim.h +++ b/quantum/rgb_matrix/animations/pixel_fractal_anim.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 @filterpaper // SPDX-License-Identifier: GPL-2.0-or-later -// Inspired from 4x12 fractal created by @schwarzgrau +// Inspired by 4x12 fractal from @GEIGEIGEIST #ifdef ENABLE_RGB_MATRIX_PIXEL_FRACTAL RGB_MATRIX_EFFECT(PIXEL_FRACTAL)