diff --git a/wled00/usermods_list.cpp b/wled00/usermods_list.cpp index c9b087c45..07847502c 100644 --- a/wled00/usermods_list.cpp +++ b/wled00/usermods_list.cpp @@ -340,7 +340,8 @@ void registerUsermods() #ifdef USERMOD_KLIPPER_PERCENTAGE usermods.add(new klipper_percentage()); -#endif + #endif + #ifdef USERMOD_BOBLIGHT usermods.add(new BobLightUsermod()); #endif