mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Update Cryorig H7 Quad Lumi controller files to new standardized header comment
This commit is contained in:
@@ -1,16 +1,20 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| Processing Code for Cryorig H7 Quad Lumi |
|
||||
| CryorigH7QuadLumiController.cpp |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com), 4/15/2023 |
|
||||
| Driver for Cryorig H7 Quad Lumi |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com) 15 Apr 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "CryorigH7QuadLumiController.h"
|
||||
#include "LogManager.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include "CryorigH7QuadLumiController.h"
|
||||
#include "LogManager.h"
|
||||
|
||||
CryorigH7QuadLumiController::CryorigH7QuadLumiController(hid_device* dev_handle, const char* path)
|
||||
{
|
||||
|
||||
@@ -1,15 +1,20 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| Definitions for Cryorig H7 Quad Lumi |
|
||||
| CryorigH7QuadLumiController.h |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com), 4/15/2023 |
|
||||
| Driver for Cryorig H7 Quad Lumi |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com) 15 Apr 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController.h"
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#pragma once
|
||||
#include "RGBController.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
@@ -1,8 +1,19 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| CryorigH7QuadLumiControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Cryorig H7 Quad Lumi |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com) 15 Apr 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "CryorigH7QuadLumiController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_CryorigH7QuadLumi.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| CRYORIG/NZXT USB IDs |
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_CryorigH7QuadLumi.cpp |
|
||||
| |
|
||||
| Generic RGB Interface for Cryorig H7 |
|
||||
| Quad Lumi |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 4/15/2023 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_CryorigH7QuadLumi.cpp |
|
||||
| |
|
||||
| RGBController for Cryorig H7 Quad Lumi |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 15 Apr 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_CryorigH7QuadLumi.h"
|
||||
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_CryorigH7QuadLumi.h |
|
||||
| |
|
||||
| Generic RGB Interface for Cryorig H7 |
|
||||
| Quad Lumi |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 4/15/2023 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_CryorigH7QuadLumi.h |
|
||||
| |
|
||||
| RGBController for Cryorig H7 Quad Lumi |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 15 Apr 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RGBController.h"
|
||||
#include "CryorigH7QuadLumiController.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user