mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-16 16:21:52 -04:00
Set default number of LEDs per strip in RGB Fusion 2 controller
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user