mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 06:11:07 -04:00
Update SinowealthGMOW controller files to new standardized header comment
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
/*-------------------------------------------*\
|
||||
| RGBController_GMOW.cpp |
|
||||
| |
|
||||
| Support for the Glorious Model O Wireless |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) 05/2022 |
|
||||
\*-------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_SinowealthGMOW.cpp |
|
||||
| |
|
||||
| RGBController for Glorious Model O Wireless |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) May 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
/**------------------------------------------------------------------*\
|
||||
@name Sinowealth Glorious Model O Wireless
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
/*-------------------------------------------*\
|
||||
| RGBController_GMOW.h |
|
||||
| |
|
||||
| Support for the Glorious Model O Wireless |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) 05/2022 |
|
||||
\*-------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_SinowealthGMOW.h |
|
||||
| |
|
||||
| RGBController for Glorious Model O Wireless |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) May 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
/*-------------------------------------------*\
|
||||
| SinowealthGMOWController.cpp |
|
||||
| |
|
||||
| Support for the Glorious Model O Wireless |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) 05/2022 |
|
||||
\*-------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SinowealthGMOWController.cpp |
|
||||
| |
|
||||
| Driver for Glorious Model O Wireless |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) May 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
|
||||
@@ -1,17 +1,20 @@
|
||||
/*-------------------------------------------*\
|
||||
| SinowealthGMOWController.h |
|
||||
| |
|
||||
| Support for the Glorious Model O Wireless |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) 05/2022 |
|
||||
\*-------------------------------------------*/
|
||||
|
||||
#include "RGBController.h"
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
/*---------------------------------------------------------*\
|
||||
| SinowealthGMOWController.h |
|
||||
| |
|
||||
| Driver for Glorious Model O Wireless |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) May 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "RGBController.h"
|
||||
|
||||
#define GMOW_PACKET_SIZE 64 + 1
|
||||
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user