mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 22:54:21 -04:00
Update Red Square Keyrox controller files to new standardized header comment
This commit is contained in:
@@ -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