Update Red Square Keyrox TKL Classic controller files to new standardized header comment
This commit is contained in:
parent
3147da5c73
commit
7d1106171c
4 changed files with 42 additions and 31 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
/*-------------------------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RGBController_RedSquareKeyroxTKLClassic.cpp |
|
| RGBController_RedSquareKeyroxTKLClassic.cpp |
|
||||||
| |
|
| |
|
||||||
| Driver for Red Square Keyrox USB Controller |
|
| RGBController for Red Square Keyrox TKL Classic |
|
||||||
| Based on Keyrox TKL Controller by cafeed28 |
|
| |
|
||||||
| |
|
| vlack 03 May 2023 |
|
||||||
| vlack 3 May 2023 |
|
| |
|
||||||
\*-------------------------------------------------------*/
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#include "RGBController_RedSquareKeyroxTKLClassic.h"
|
#include "RGBController_RedSquareKeyroxTKLClassic.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,16 @@
|
||||||
/*---------------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RGBController_RedSquareKeyroxTKLClassic.h |
|
| RGBController_RedSquareKeyroxTKLClassic.h |
|
||||||
| |
|
| |
|
||||||
| Driver for Red Square Keyrox USB Controller |
|
| RGBController for Red Square Keyrox TKL Classic |
|
||||||
| |
|
| |
|
||||||
| vlack 3 May 2023 |
|
| vlack 03 May 2023 |
|
||||||
\*---------------------------------------------*/
|
| |
|
||||||
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "RGBController.h"
|
#include "RGBController.h"
|
||||||
#include "RGBControllerKeyNames.h"
|
#include "RGBControllerKeyNames.h"
|
||||||
#include "KeyboardLayoutManager.h"
|
#include "KeyboardLayoutManager.h"
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,13 @@
|
||||||
/*-------------------------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RedSquareKeyroxTKLClassicController.cpp |
|
| RedSquareKeyroxTKLClassicController.cpp |
|
||||||
| |
|
| |
|
||||||
| Driver for Red Square Keyrox USB Controller |
|
| Driver for Red Square Keyrox TKL Classic |
|
||||||
| Based on Keyrox TKL Controller by cafeed28 |
|
| |
|
||||||
| |
|
| vlack 03 May 2023 |
|
||||||
| vlack 3 May 2023 |
|
| |
|
||||||
\*-------------------------------------------------------*/
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#include "LogManager.h"
|
#include "LogManager.h"
|
||||||
#include "RedSquareKeyroxTKLClassicController.h"
|
#include "RedSquareKeyroxTKLClassicController.h"
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,18 @@
|
||||||
/*---------------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RedSquareKeyroxTKLClassicController.h |
|
| RedSquareKeyroxTKLClassicController.h |
|
||||||
| |
|
| |
|
||||||
| Driver for Red Square Keyrox USB Controller |
|
| Driver for Red Square Keyrox TKL Classic |
|
||||||
| |
|
| |
|
||||||
| vlack 3 May 2023 |
|
| vlack 03 May 2023 |
|
||||||
\*---------------------------------------------*/
|
| |
|
||||||
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <hidapi/hidapi.h>
|
#include <hidapi/hidapi.h>
|
||||||
|
|
||||||
#include "RGBController.h"
|
#include "RGBController.h"
|
||||||
|
|
||||||
#define CLASSIC_PACKET_DATA_LENGTH 64
|
#define CLASSIC_PACKET_DATA_LENGTH 64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue