diff --git a/RGBController/RGBController_RGBFusion2USB.cpp b/RGBController/RGBController_RGBFusion2USB.cpp index 5d9ab86c..c900f588 100644 --- a/RGBController/RGBController_RGBFusion2USB.cpp +++ b/RGBController/RGBController_RGBFusion2USB.cpp @@ -151,6 +151,11 @@ void RGBController_RGBFusion2USB::SetupZones() it = known_channels.find("Generic"); } + /*---------------------------------------------------------*\ + | Get the default number of addressable LEDs for each strip | + \*---------------------------------------------------------*/ + per_strip_led_cnt = 64; // TODO needs GUI option + /*---------------------------------------------------------*\ | Get number of motherboard LEDs and set addressable LED | | count |