From 7d1106171cc55ee76a30d342a867d0dcebc05687 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Fri, 7 Jun 2024 11:42:36 -0500 Subject: [PATCH] Update Red Square Keyrox TKL Classic controller files to new standardized header comment --- ...GBController_RedSquareKeyroxTKLClassic.cpp | 18 ++++++++++-------- .../RGBController_RedSquareKeyroxTKLClassic.h | 18 +++++++++++------- .../RedSquareKeyroxTKLClassicController.cpp | 18 ++++++++++-------- .../RedSquareKeyroxTKLClassicController.h | 19 +++++++++++-------- 4 files changed, 42 insertions(+), 31 deletions(-) diff --git a/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RGBController_RedSquareKeyroxTKLClassic.cpp b/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RGBController_RedSquareKeyroxTKLClassic.cpp index 1bf26ba9..b1db8d57 100644 --- a/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RGBController_RedSquareKeyroxTKLClassic.cpp +++ b/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RGBController_RedSquareKeyroxTKLClassic.cpp @@ -1,11 +1,13 @@ -/*-------------------------------------------------------*\ -| RGBController_RedSquareKeyroxTKLClassic.cpp | -| | -| Driver for Red Square Keyrox USB Controller | -| Based on Keyrox TKL Controller by cafeed28 | -| | -| vlack 3 May 2023 | -\*-------------------------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_RedSquareKeyroxTKLClassic.cpp | +| | +| RGBController for Red Square Keyrox TKL Classic | +| | +| vlack 03 May 2023 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include "RGBController_RedSquareKeyroxTKLClassic.h" diff --git a/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RGBController_RedSquareKeyroxTKLClassic.h b/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RGBController_RedSquareKeyroxTKLClassic.h index 3dadabbf..6b39f7cf 100644 --- a/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RGBController_RedSquareKeyroxTKLClassic.h +++ b/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RGBController_RedSquareKeyroxTKLClassic.h @@ -1,12 +1,16 @@ -/*---------------------------------------------*\ -| RGBController_RedSquareKeyroxTKLClassic.h | -| | -| Driver for Red Square Keyrox USB Controller | -| | -| vlack 3 May 2023 | -\*---------------------------------------------*/ +/*---------------------------------------------------------*\ +| RGBController_RedSquareKeyroxTKLClassic.h | +| | +| RGBController for Red Square Keyrox TKL Classic | +| | +| vlack 03 May 2023 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once + #include "RGBController.h" #include "RGBControllerKeyNames.h" #include "KeyboardLayoutManager.h" diff --git a/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RedSquareKeyroxTKLClassicController.cpp b/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RedSquareKeyroxTKLClassicController.cpp index c143b24b..6403f658 100644 --- a/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RedSquareKeyroxTKLClassicController.cpp +++ b/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RedSquareKeyroxTKLClassicController.cpp @@ -1,11 +1,13 @@ -/*-------------------------------------------------------*\ -| RedSquareKeyroxTKLClassicController.cpp | -| | -| Driver for Red Square Keyrox USB Controller | -| Based on Keyrox TKL Controller by cafeed28 | -| | -| vlack 3 May 2023 | -\*-------------------------------------------------------*/ +/*---------------------------------------------------------*\ +| RedSquareKeyroxTKLClassicController.cpp | +| | +| Driver for Red Square Keyrox TKL Classic | +| | +| vlack 03 May 2023 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #include "LogManager.h" #include "RedSquareKeyroxTKLClassicController.h" diff --git a/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RedSquareKeyroxTKLClassicController.h b/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RedSquareKeyroxTKLClassicController.h index ef28df68..b96ea210 100644 --- a/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RedSquareKeyroxTKLClassicController.h +++ b/Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController/RedSquareKeyroxTKLClassicController.h @@ -1,15 +1,18 @@ -/*---------------------------------------------*\ -| RedSquareKeyroxTKLClassicController.h | -| | -| Driver for Red Square Keyrox USB Controller | -| | -| vlack 3 May 2023 | -\*---------------------------------------------*/ +/*---------------------------------------------------------*\ +| RedSquareKeyroxTKLClassicController.h | +| | +| Driver for Red Square Keyrox TKL Classic | +| | +| vlack 03 May 2023 | +| | +| This file is part of the OpenRGB project | +| SPDX-License-Identifier: GPL-2.0-only | +\*---------------------------------------------------------*/ #pragma once + #include #include - #include "RGBController.h" #define CLASSIC_PACKET_DATA_LENGTH 64