Clean up some of the CLI code and add option to load a profile from the command line

This commit is contained in:
Adam Honse 2020-03-22 00:04:27 -05:00
parent 69651b3f91
commit 0ae4964545
3 changed files with 275 additions and 131 deletions

View file

@ -312,7 +312,7 @@ void DetectRGBFusion2USBControllers(std::vector<RGBController*> &rgb_controllers
* Detect and populate RGB Controllers vector *
* *
\******************************************************************************************/
#include "RGBController_Dummy.h"
void DetectRGBControllers(void)
{
DetectI2CBusses();