mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-26 19:27:22 -05:00
Update Red Square Keyrox controller files to new standardized header comment
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
/*-------------------------------------------------------*\
|
||||
| RGBController_RedSquareKeyrox.cpp |
|
||||
| |
|
||||
| Driver for Red Square Keyrox USB Controller |
|
||||
| Based on Keychron Controller by Guimard Morgan (morg) |
|
||||
| |
|
||||
| cafeed28 3 Nov 2022 |
|
||||
\*-------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_RedSquareKeyrox.cpp |
|
||||
| |
|
||||
| RGBController for Red Square Keyrox |
|
||||
| |
|
||||
| cafeed28 03 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBControllerKeyNames.h"
|
||||
#include "RGBController_RedSquareKeyrox.h"
|
||||
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
/*---------------------------------------------*\
|
||||
| RGBController_RedSquareKeyrox.h |
|
||||
| |
|
||||
| Driver for Red Square Keyrox USB Controller |
|
||||
| |
|
||||
| cafeed28 3 Nov 2022 |
|
||||
\*---------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_RedSquareKeyrox.h |
|
||||
| |
|
||||
| RGBController for Red Square Keyrox |
|
||||
| |
|
||||
| cafeed28 03 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RGBController.h"
|
||||
#include "RedSquareKeyroxController.h"
|
||||
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/*---------------------------------------------*\
|
||||
| RedSquareKeyroxController.cpp |
|
||||
| |
|
||||
| Driver for Red Square Keyrox USB Controller |
|
||||
| |
|
||||
| cafeed28 3 Nov 2022 |
|
||||
\*---------------------------------------------*/
|
||||
|
||||
#include "LogManager.h"
|
||||
#include "RedSquareKeyroxController.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| RedSquareKeyroxController.cpp |
|
||||
| |
|
||||
| Driver for Red Square Keyrox |
|
||||
| |
|
||||
| cafeed28 03 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <iostream>
|
||||
#include "LogManager.h"
|
||||
#include "RedSquareKeyroxController.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
/*---------------------------------------------*\
|
||||
| RedSquareKeyroxController.h |
|
||||
| |
|
||||
| Driver for Red Square Keyrox USB Controller |
|
||||
| |
|
||||
| cafeed28 3 Nov 2022 |
|
||||
\*---------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RedSquareKeyroxController.h |
|
||||
| |
|
||||
| Driver for Red Square Keyrox |
|
||||
| |
|
||||
| cafeed28 03 Nov 2022 |
|
||||
| |
|
||||
| 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 PACKET_DATA_LENGTH 520
|
||||
|
||||
Reference in New Issue
Block a user