diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2023-02-14 01:58:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 10:58:27 -0700 |
commit | cd91a3ced79db6c293b20ee4a7bf429012f58478 (patch) | |
tree | 19219deb8f6fd191e22ea99ca2b587692d687242 | |
parent | ef881364d41fa332c237f3e890c4de8fc684a888 (diff) |
Update fractal attribution comment (#19832)
-rw-r--r-- | quantum/rgb_matrix/animations/pixel_fractal_anim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgb_matrix/animations/pixel_fractal_anim.h b/quantum/rgb_matrix/animations/pixel_fractal_anim.h index b26d5c4100..875b4ceb3d 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) |