mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-08 16:07:38 -04:00
Update SteelSeriesApex3Controller files to new standardized header format
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_SteelSeriesApexTZone.cpp |
|
||||
| |
|
||||
| Edbgon 06.10.21 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_SteelSeriesApex3.cpp |
|
||||
| |
|
||||
| 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"
|
||||
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_SteelSeriesApexTZone.h |
|
||||
| |
|
||||
| Edbgon 06.10.21 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_SteelSeriesApex3.h |
|
||||
| |
|
||||
| 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
|
||||
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
/*-------------------------------------------------------------------*\
|
||||
| SteelSeriesApex3Controller.cpp |
|
||||
| |
|
||||
| Driver for Steelseries Apex3 Controllers |
|
||||
| This is the base class for the Ten Zone and 8 Zone keyboards |
|
||||
| |
|
||||
| Chris M (Dr_No) 23rd Feb 2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesApex3Controller.cpp |
|
||||
| |
|
||||
| Driver 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 <cstring>
|
||||
#include "SteelSeriesApex3Controller.h"
|
||||
|
||||
@@ -1,20 +1,21 @@
|
||||
/*-------------------------------------------------------------------*\
|
||||
| SteelSeriesApex3Controller.h |
|
||||
| |
|
||||
| Driver for Steelseries Apex3 Controllers |
|
||||
| This is the base class for the Ten Zone and 8 Zone keyboards |
|
||||
| |
|
||||
| Chris M (Dr_No) 23rd Feb 2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesApex3Controller.h |
|
||||
| |
|
||||
| Driver 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
|
||||
|
||||
#include <string>
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#include "RGBController.h"
|
||||
#include "SteelSeriesGeneric.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
#define STEELSERIES_APEX3_BRIGHTNESS_MIN 0x00
|
||||
#define STEELSERIES_APEX3_HID_TIMEOUT 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user