Automatic generation of markdown pages for supported devices
+ Added build-supported-devices.sh script + Added new target in CI/CD to build at compile time
This commit is contained in:
parent
a7adfe251b
commit
524675108d
163 changed files with 699 additions and 265 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
/**------------------------------------------------------------------*\
|
||||
@name MSI Optix
|
||||
@category LEDStrip
|
||||
@type USB
|
||||
@save :x:
|
||||
@direct :white_check_mark:
|
||||
|
|
@ -387,7 +388,7 @@ void RGBController_MSIOptix::SetCustomMode()
|
|||
}
|
||||
|
||||
void RGBController_MSIOptix::DeviceUpdateMode()
|
||||
{
|
||||
{
|
||||
if(modes[active_mode].flags & MODE_FLAG_HAS_PER_LED_COLOR)
|
||||
{
|
||||
controller->SetMode(colors, modes[active_mode].brightness, modes[active_mode].speed, modes[active_mode].value, modes[active_mode].flags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue