Skip to content

Commit 1e6a992

Browse files
authored
Update README.md
1 parent b656567 commit 1e6a992

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

usermods/user_fx/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
This Usermod is a common place to put various user's WLED Effects. It gives you a way to load in your own custom WLED effects, or to load in depracated WLED effects that you want to bring back--all without having to mess with the core WLED source code.
44

55
Multiple Effects can be specified inside this single usermod, as we will illustrate below. You will be able to define them with custom names, sliders, etc. as with any other Effect.
6-
7-
* [How The Usermod Works](https://github.com/danewhero/WLED/blob/user_fx/usermods/user_fx/README.md#how-the-usermod-works)
8-
* [Basic Syntax for WLED Effect Creation](https://github.com/danewhero/WLED/blob/user_fx/usermods/user_fx/README.md#basic-syntax-for-wled-effect-creation)
9-
* [Understanding 2D WLED Effects](https://github.com/danewhero/WLED/blob/user_fx/usermods/user_fx/README.md#understanding-2d-wled-effects)
10-
* [The Metadata String](https://github.com/danewhero/WLED/blob/user_fx/usermods/user_fx/README.md#the-metadata-string)
11-
* [Understanding 1D WLED Effects](https://github.com/danewhero/WLED/blob/user_fx/usermods/user_fx/README.md#understanding-1d-wled-effects)
12-
* [Combining Multiple Effects in this Usermod](https://github.com/danewhero/WLED/blob/user_fx/usermods/user_fx/README.md#combining-multiple-effects-in-this-usermod)
13-
* [Compiling](https://github.com/danewhero/WLED/blob/user_fx/usermods/user_fx/README.md#compiling)
14-
* [Change Log](https://github.com/danewhero/WLED/blob/user_fx/usermods/user_fx/README.md#change-log)
6+
./README.md#how-the-usermod-works
7+
* [How The Usermod Works](./README.md#how-the-usermod-works)
8+
* [Basic Syntax for WLED Effect Creation](./README.md#basic-syntax-for-wled-effect-creation)
9+
* [Understanding 2D WLED Effects](./README.md#understanding-2d-wled-effects)
10+
* [The Metadata String](./README.md#the-metadata-string)
11+
* [Understanding 1D WLED Effects](./README.md#understanding-1d-wled-effects)
12+
* [Combining Multiple Effects in this Usermod](./README.md#combining-multiple-effects-in-this-usermod)
13+
* [Compiling](./README.md#compiling)
14+
* [Change Log](./README.md#change-log)
1515

1616
## How The Usermod Works
1717

0 commit comments

Comments
 (0)