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:
Chris 2022-05-25 17:58:59 +10:00
parent a7adfe251b
commit 524675108d
163 changed files with 699 additions and 265 deletions

View file

@ -11,6 +11,7 @@
/**------------------------------------------------------------------*\
@name Corsair Hydro
@category Cooler
@type USB
@save :x:
@direct :white_check_mark:
@ -86,7 +87,7 @@ RGBController_CorsairHydro::~RGBController_CorsairHydro()
void RGBController_CorsairHydro::SetupZones()
{
zone new_zone;
new_zone.name = "Pump Zone";
new_zone.type = ZONE_TYPE_SINGLE;
new_zone.leds_min = 1;