Update some SteelSeries files to new standardized header format
This commit is contained in:
parent
ad9b1fb61a
commit
ea19efd490
6 changed files with 52 additions and 41 deletions
|
|
@ -1,10 +1,13 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| SteelSeriesAerox3Controller.cpp |
|
||||
| |
|
||||
| OpenRGB controller driver for the Steelseries Aerox3 Wired |
|
||||
| |
|
||||
| Chris M (Dr_No) 9th June 2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesAerox3Controller.cpp |
|
||||
| |
|
||||
| Driver for SteelSeries Aerox 3 |
|
||||
| |
|
||||
| Chris M (Dr_No) 09 Jun 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "SteelSeriesAerox3Controller.h"
|
||||
#include "LogManager.h"
|
||||
|
|
|
|||
|
|
@ -1,21 +1,23 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| SteelSeriesAerox3Controller.h |
|
||||
| |
|
||||
| OpenRGB controller driver for the Steelseries Aerox3 Wired |
|
||||
| |
|
||||
| Chris M (Dr_No) 9th June 2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesAerox3Controller.h |
|
||||
| |
|
||||
| Driver for SteelSeries Aerox 3 |
|
||||
| |
|
||||
| Chris M (Dr_No) 09 Jun 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#include "RGBController.h"
|
||||
#include "SteelSeriesGeneric.h"
|
||||
#include "SteelSeriesMouseController.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
#define STEELSERIES_AEORX3_NAME "SteelSeries Aerox 3"
|
||||
#define STEELSERIES_AEORX3_PACKET_SIZE 65
|
||||
#define STEELSERIES_AEORX3_TIMEOUT 250
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesAerox5Controller.cpp |
|
||||
| |
|
||||
| Controller for the Steelseries Aerox5 Wired |
|
||||
| Driver for the Steelseries Aerox 5 |
|
||||
| |
|
||||
| Bobby Quantum (BobbyQuantum) 19 May 2024 |
|
||||
| |
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesAerox5Controller.h |
|
||||
| |
|
||||
| Controller for the Steelseries Aerox5 Wired |
|
||||
| Driver for the Steelseries Aerox 5 |
|
||||
| |
|
||||
| Bobby Quantum (BobbyQuantum) 19 May 2024 |
|
||||
| |
|
||||
|
|
@ -9,6 +9,8 @@
|
|||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <hidapi/hidapi.h>
|
||||
|
|
@ -16,8 +18,6 @@
|
|||
#include "SteelSeriesGeneric.h"
|
||||
#include "SteelSeriesMouseController.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
#define STEELSERIES_AEROX5_NAME "SteelSeries Aerox 5"
|
||||
#define STEELSERIES_AEROX5_PACKET_SIZE 65
|
||||
#define STEELSERIES_AEROX5_TIMEOUT 250
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
/*----------------------------------------------------------------------*\
|
||||
| SteelSeriesAerox9Controller.cpp |
|
||||
| |
|
||||
| OpenRGB controller driver for the Steelseries Aerox9 Wireless (Wired) |
|
||||
| |
|
||||
| rom4ster 11th October 2022 |
|
||||
\*---------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesAerox9Controller.cpp |
|
||||
| |
|
||||
| Driver for the Steelseries Aerox 9 |
|
||||
| |
|
||||
| rom4ster 11 Oct 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "SteelSeriesAerox9Controller.h"
|
||||
#include "LogManager.h"
|
||||
|
|
|
|||
|
|
@ -1,20 +1,23 @@
|
|||
/*----------------------------------------------------------------------*\
|
||||
| SteelSeriesAerox9Controller.h |
|
||||
| |
|
||||
| OpenRGB controller driver for the Steelseries Aerox9 Wireless (Wired) |
|
||||
| |
|
||||
| rom4ster 11th October 2022 |
|
||||
\*---------------------------------------------------------------------*/
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <hidapi/hidapi.h>
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesAerox9Controller.h |
|
||||
| |
|
||||
| Driver for the Steelseries Aerox 9 |
|
||||
| |
|
||||
| rom4ster 11 Oct 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "RGBController.h"
|
||||
#include "SteelSeriesGeneric.h"
|
||||
#include "SteelSeriesMouseController.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
#define STEELSERIES_AEORX9_NAME "SteelSeries Aerox 9"
|
||||
#define STEELSERIES_AEORX9_PACKET_SIZE 65
|
||||
#define STEELSERIES_AEORX9_TIMEOUT 250
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue