diff --git a/src/main/python/editor/rgb_configurator.py b/src/main/python/editor/rgb_configurator.py index b11e2a28d7..bed0069576 100644 --- a/src/main/python/editor/rgb_configurator.py +++ b/src/main/python/editor/rgb_configurator.py @@ -113,6 +113,12 @@ def __init__(self, idx, name): VialRGBEffect(42, "Solid Multisplash"), VialRGBEffect(43, "Pixel Rain"), VialRGBEffect(44, "Pixel Fractal"), + VialRGBEffect(45, "Pixel Flow"), + VialRGBEffect(46, "Flower Blooming"), + VialRGBEffect(47, "Starlight"), + VialRGBEffect(48, "Starlight Dual Hue"), + VialRGBEffect(49, "Starlight Dual Sat"), + VialRGBEffect(50, "Riverflow"), ]