diff --git a/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseController.cpp b/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseController.cpp index ef233f9e..40919e07 100644 --- a/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseController.cpp +++ b/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseController.cpp @@ -1,14 +1,15 @@ -/*------------------------------------------*\ -| GigabyteAorusPCCaseController.cpp | -| | -| Driver for Gigabyte Aorus PC Case | -| lighting controller | -| | -| Denis Nazarov (nenderus) 2/10/2024 | -\*------------------------------------------*/ +/*---------------------------------------------------------*\ +| GigabyteAorusPCCaseController.cpp | +| | +| Driver for Gigabyte Aorus case | +| | +| Denis Nazarov (nenderus) 10 Feb 2024 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include - #include "GigabyteAorusPCCaseController.h" GigabyteAorusPCCaseController::GigabyteAorusPCCaseController(hid_device *dev_handle, const char *path) diff --git a/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseController.h b/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseController.h index 22532407..a6fe325e 100644 --- a/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseController.h +++ b/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseController.h @@ -1,19 +1,20 @@ -/*------------------------------------------*\ -| GigabyteAorusPCCaseController.h | -| | -| Definitions and types for Gigabyte Aorus | -| PC Case lighting controller | -| | -| Denis Nazarov (nenderus) 2/10/2024 | -\*------------------------------------------*/ +/*---------------------------------------------------------*\ +| GigabyteAorusPCCaseController.h | +| | +| Driver for Gigabyte Aorus case | +| | +| Denis Nazarov (nenderus) 10 Feb 2024 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ + +#pragma once #include #include - #include "RGBController.h" -#pragma once - struct aorus_pc_case_mode_config { RGBColor color; diff --git a/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseControllerDetect.cpp b/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseControllerDetect.cpp index b11563a6..e13bfd58 100644 --- a/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseControllerDetect.cpp +++ b/Controllers/GigabyteAorusPCCaseController/GigabyteAorusPCCaseControllerDetect.cpp @@ -1,8 +1,17 @@ -#include +/*---------------------------------------------------------*\ +| GigabyteAorusPCCaseControllerDetect.cpp | +| | +| Detector for Gigabyte Aorus case | +| | +| Denis Nazarov (nenderus) 10 Feb 2024 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ +#include #include "Detector.h" #include "RGBController.h" - #include "GigabyteAorusPCCaseController.h" #include "RGBController_GigabyteAorusPCCase.h" diff --git a/Controllers/GigabyteAorusPCCaseController/RGBController_GigabyteAorusPCCase.cpp b/Controllers/GigabyteAorusPCCaseController/RGBController_GigabyteAorusPCCase.cpp index 578f0e29..5788c6a9 100644 --- a/Controllers/GigabyteAorusPCCaseController/RGBController_GigabyteAorusPCCase.cpp +++ b/Controllers/GigabyteAorusPCCaseController/RGBController_GigabyteAorusPCCase.cpp @@ -1,11 +1,13 @@ -/*------------------------------------------*\ -| RGBController_GigabyteAorusPCCase.cpp | -| | -| Generic RGB Interface for for Gigabyte | -| Aorus PC Case driver | -| | -| Denis Nazarov (nenderus) 2/10/2024 | -\*------------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_GigabyteAorusPCCase.cpp | +| | +| RGBController for Gigabyte Aorus case | +| | +| Denis Nazarov (nenderus) 10 Feb 2024 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include "RGBController_GigabyteAorusPCCase.h" diff --git a/Controllers/GigabyteAorusPCCaseController/RGBController_GigabyteAorusPCCase.h b/Controllers/GigabyteAorusPCCaseController/RGBController_GigabyteAorusPCCase.h index 07a86456..129aaf15 100644 --- a/Controllers/GigabyteAorusPCCaseController/RGBController_GigabyteAorusPCCase.h +++ b/Controllers/GigabyteAorusPCCaseController/RGBController_GigabyteAorusPCCase.h @@ -1,11 +1,13 @@ -/*------------------------------------------*\ -| RGBController_GigabyteAorusPCCase.h | -| | -| Generic RGB Interface for for Gigabyte | -| Aorus PC Case driver | -| | -| Denis Nazarov (nenderus) 2/10/2024 | -\*------------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_GigabyteAorusPCCase.h | +| | +| RGBController for Gigabyte Aorus case | +| | +| Denis Nazarov (nenderus) 10 Feb 2024 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once