mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 22:24:12 -04:00
Update Red Square Keyrox TKL Classic controller files to new standardized header comment
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 <string>
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#include "RGBController.h"
|
||||
|
||||
#define CLASSIC_PACKET_DATA_LENGTH 64
|
||||
|
||||
Reference in New Issue
Block a user