mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-13 05:39:07 -04:00
Update Red Square Keyrox controller files to new standardized header comment
This commit is contained in:
1 parent
a4a3a7b970
commit
3147da5c73
5 files changed
+57
-34
No files matched your search
@@ -1,10 +1,21 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| RedSquareKeyroxControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Red Square Keyrox |
|
||||
| |
|
||||
| cafeed28 03 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "RedSquareKeyroxController.h"
|
||||
#include "RedSquareKeyroxTKLClassicController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_RedSquareKeyrox.h"
|
||||
#include "RGBController_RedSquareKeyroxTKLClassic.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Red Square vendor ID |
|
||||
|
||||
Reference in new issue
Block a user