Update SteelSeriesApex3Controller files to new standardized header format
This commit is contained in:
parent
ea19efd490
commit
dac57f5a13
4 changed files with 42 additions and 29 deletions
|
|
@ -1,8 +1,13 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RGBController_SteelSeriesApexTZone.cpp |
|
| RGBController_SteelSeriesApex3.cpp |
|
||||||
| |
|
| |
|
||||||
| Edbgon 06.10.21 |
|
| RGBController for SteelSeries Apex 3 |
|
||||||
\*-----------------------------------------*/
|
| |
|
||||||
|
| Chris M (Dr_No) 23 Feb 2022 |
|
||||||
|
| |
|
||||||
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#include "RGBController_SteelSeriesApex3.h"
|
#include "RGBController_SteelSeriesApex3.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,13 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RGBController_SteelSeriesApexTZone.h |
|
| RGBController_SteelSeriesApex3.h |
|
||||||
| |
|
| |
|
||||||
| Edbgon 06.10.21 |
|
| RGBController for SteelSeries Apex 3 |
|
||||||
\*-----------------------------------------*/
|
| |
|
||||||
|
| Chris M (Dr_No) 23 Feb 2022 |
|
||||||
|
| |
|
||||||
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,13 @@
|
||||||
/*-------------------------------------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| SteelSeriesApex3Controller.cpp |
|
| SteelSeriesApex3Controller.cpp |
|
||||||
| |
|
| |
|
||||||
| Driver for Steelseries Apex3 Controllers |
|
| Driver for SteelSeries Apex 3 |
|
||||||
| This is the base class for the Ten Zone and 8 Zone keyboards |
|
| |
|
||||||
| |
|
| Chris M (Dr_No) 23 Feb 2022 |
|
||||||
| Chris M (Dr_No) 23rd Feb 2022 |
|
| |
|
||||||
\*-------------------------------------------------------------------*/
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include "SteelSeriesApex3Controller.h"
|
#include "SteelSeriesApex3Controller.h"
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,21 @@
|
||||||
/*-------------------------------------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| SteelSeriesApex3Controller.h |
|
| SteelSeriesApex3Controller.h |
|
||||||
| |
|
| |
|
||||||
| Driver for Steelseries Apex3 Controllers |
|
| Driver for SteelSeries Apex 3 |
|
||||||
| This is the base class for the Ten Zone and 8 Zone keyboards |
|
| |
|
||||||
| |
|
| Chris M (Dr_No) 23 Feb 2022 |
|
||||||
| Chris M (Dr_No) 23rd Feb 2022 |
|
| |
|
||||||
\*-------------------------------------------------------------------*/
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <hidapi/hidapi.h>
|
#include <hidapi/hidapi.h>
|
||||||
|
|
||||||
#include "RGBController.h"
|
#include "RGBController.h"
|
||||||
#include "SteelSeriesGeneric.h"
|
#include "SteelSeriesGeneric.h"
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#define STEELSERIES_APEX3_BRIGHTNESS_MIN 0x00
|
#define STEELSERIES_APEX3_BRIGHTNESS_MIN 0x00
|
||||||
#define STEELSERIES_APEX3_HID_TIMEOUT 100
|
#define STEELSERIES_APEX3_HID_TIMEOUT 100
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue