diff --git a/Controllers/HyperXMicrophoneController/HyperXMicrophoneController.cpp b/Controllers/HyperXMicrophoneController/HyperXMicrophoneController.cpp index 41de8ee0..3035edb0 100644 --- a/Controllers/HyperXMicrophoneController/HyperXMicrophoneController.cpp +++ b/Controllers/HyperXMicrophoneController/HyperXMicrophoneController.cpp @@ -1,14 +1,16 @@ -/*-----------------------------------------*\ -| HyperXMicrophoneController.cpp | -| | -| Implementation for the HyperX | -| Quadcast S RGB microphone | -| | -| Matt Silva (thesilvanator) 2022 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| HyperXMicrophoneController.cpp | +| | +| Driver for HyperX microphone | +| | +| Matt Silva (thesilvanator) | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ -#include "HyperXMicrophoneController.h" #include +#include "HyperXMicrophoneController.h" using namespace std::chrono_literals; diff --git a/Controllers/HyperXMicrophoneController/HyperXMicrophoneController.h b/Controllers/HyperXMicrophoneController/HyperXMicrophoneController.h index 3a695d4d..127c11b2 100644 --- a/Controllers/HyperXMicrophoneController/HyperXMicrophoneController.h +++ b/Controllers/HyperXMicrophoneController/HyperXMicrophoneController.h @@ -1,11 +1,14 @@ -/*-----------------------------------------*\ -| HyperXMicrophoneController.h | -| | -| Implementation for the HyperX | -| Quadcast S RGB microphone | -| | -| Matt Silva (thesilvanator) 2022 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| HyperXMicrophoneController.cpp | +| | +| Driver for HyperX microphone | +| | +| Matt Silva (thesilvanator) | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ + #pragma once #include diff --git a/Controllers/HyperXMicrophoneController/HyperXMicrophoneControllerDetect.cpp b/Controllers/HyperXMicrophoneController/HyperXMicrophoneControllerDetect.cpp index b2a032f0..b6e31c18 100644 --- a/Controllers/HyperXMicrophoneController/HyperXMicrophoneControllerDetect.cpp +++ b/Controllers/HyperXMicrophoneController/HyperXMicrophoneControllerDetect.cpp @@ -1,19 +1,20 @@ -/*-----------------------------------------*\ -| HyperXMicrophoneControllerDetect.cpp | -| | -| Implementation for the HyperX | -| Quadcast S RGB microphone | -| | -| Matt Silva (thesilvanator) 2022 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| HyperXMicrophoneControllerDetect.cpp | +| | +| Detector for HyperX microphone | +| | +| Matt Silva (thesilvanator) | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ +#include +#include "LogManager.h" #include "Detector.h" #include "HyperXMicrophoneController.h" #include "RGBController.h" #include "RGBController_HyperXMicrophone.h" -#include -#include - #include "hidapi_wrapper.h" /*-----------------------------------------------------*\ diff --git a/Controllers/HyperXMicrophoneController/RGBController_HyperXMicrophone.cpp b/Controllers/HyperXMicrophoneController/RGBController_HyperXMicrophone.cpp index c622bb5d..d56984a3 100644 --- a/Controllers/HyperXMicrophoneController/RGBController_HyperXMicrophone.cpp +++ b/Controllers/HyperXMicrophoneController/RGBController_HyperXMicrophone.cpp @@ -1,11 +1,13 @@ -/*-----------------------------------------*\ -| RGBController_HyperXMicrophone.cpp | -| | -| Implementation for the HyperX | -| Quadcast S RGB microphone | -| | -| Matt Silva (thesilvanator) 2022 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_HyperXMicrophone.cpp | +| | +| RGBController for HyperX microphone | +| | +| Matt Silva (thesilvanator) | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ /**------------------------------------------------------------------*\ @name HyperX Quadcast S diff --git a/Controllers/HyperXMicrophoneController/RGBController_HyperXMicrophone.h b/Controllers/HyperXMicrophoneController/RGBController_HyperXMicrophone.h index 8b28fc67..ae61c100 100644 --- a/Controllers/HyperXMicrophoneController/RGBController_HyperXMicrophone.h +++ b/Controllers/HyperXMicrophoneController/RGBController_HyperXMicrophone.h @@ -1,15 +1,17 @@ -/*-----------------------------------------*\ -| RGBController_HyperXMicrophone.h | -| | -| Implementation for the HyperX | -| Quadcast S RGB microphone | -| | -| Matt Silva (thesilvanator) 2022 | -\*-----------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_HyperXMicrophone.h | +| | +| RGBController for HyperX microphone | +| | +| Matt Silva (thesilvanator) | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once -#include +#include #include "RGBController.h" #include "HyperXMicrophoneController.h"