This commit is contained in:
Ewoud
2023-04-02 15:56:27 +02:00
parent 3dd7873143
commit 329899f410

View File

@@ -394,7 +394,7 @@ void registerUsermods()
#ifdef USERMOD_GAMES
usermods.add(new GamesUsermod());
#endif
#ifdef USERMOD_GAMES
#ifdef USERMOD_FASTLED
usermods.add(new FastledUsermod("Fastled", true));
#endif
}