First b15 daily build: add fastled usermod
This commit is contained in:
@@ -205,6 +205,9 @@
|
||||
#ifdef USERMOD_GAMES
|
||||
#include "../usermods/usermod_v2_games/usermod_v2_games.h"
|
||||
#endif
|
||||
#ifdef USERMOD_FASTLED
|
||||
#include "../usermods/usermod_v2_fastled/usermod_v2_fastled.h"
|
||||
#endif
|
||||
|
||||
void registerUsermods()
|
||||
{
|
||||
@@ -391,4 +394,7 @@ void registerUsermods()
|
||||
#ifdef USERMOD_GAMES
|
||||
usermods.add(new GamesUsermod());
|
||||
#endif
|
||||
#ifdef USERMOD_GAMES
|
||||
usermods.add(new FastledUsermod("Fastled", true));
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user