From cacfffd10109c15b52a810599a854fa35aea6d49 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sat, 8 Jul 2023 18:01:43 -0500 Subject: [PATCH] Fix metadata for Cryorig and NZXT Hue 1 controllers --- .../RGBController_CryorigH7QuadLumi.cpp | 10 ++++++++++ .../NZXTHue1Controller/RGBController_NZXTHue1.cpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Controllers/CryorigH7QuadLumiController/RGBController_CryorigH7QuadLumi.cpp b/Controllers/CryorigH7QuadLumiController/RGBController_CryorigH7QuadLumi.cpp index 7596ced8..0aab99b6 100644 --- a/Controllers/CryorigH7QuadLumiController/RGBController_CryorigH7QuadLumi.cpp +++ b/Controllers/CryorigH7QuadLumiController/RGBController_CryorigH7QuadLumi.cpp @@ -9,6 +9,16 @@ #include "RGBController_CryorigH7QuadLumi.h" +/**------------------------------------------------------------------*\ + @name Cryorig H7 Quad Lumi + @category Cooler + @type USB + @save :x: + @direct :white_check_mark: + @effects :white_check_mark: + @detectors DetectCryorigH7QuadLumi + @comment +\*-------------------------------------------------------------------*/ RGBController_CryorigH7QuadLumi::RGBController_CryorigH7QuadLumi(CryorigH7QuadLumiController* controller_ptr) { diff --git a/Controllers/NZXTHue1Controller/RGBController_NZXTHue1.cpp b/Controllers/NZXTHue1Controller/RGBController_NZXTHue1.cpp index c8d62f9d..41131a84 100644 --- a/Controllers/NZXTHue1Controller/RGBController_NZXTHue1.cpp +++ b/Controllers/NZXTHue1Controller/RGBController_NZXTHue1.cpp @@ -12,7 +12,7 @@ @name NZXT Hue 1 @category LEDStrip @type USB - @save :robot: + @save :x: @direct :white_check_mark: @effects :white_check_mark: @detectors DetectNZXTHue1Controllers