Update SteelSeriesApex8ZoneController files to new standardized header format
This commit is contained in:
parent
dac57f5a13
commit
0709b0768f
2 changed files with 25 additions and 21 deletions
|
|
@ -1,16 +1,18 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| SteelSeriesApex8ZoneController.cpp |
|
||||
| |
|
||||
| Driver for Steelseries Apex3 TKL 8 Zone Keyboard |
|
||||
| |
|
||||
| Chris M (Dr_No) 23rd Feb 2022 |
|
||||
| Paul K. Gerke 27.10.2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
|
||||
#include "LogManager.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesApex8ZoneController.cpp |
|
||||
| |
|
||||
| Driver for SteelSeries Apex 8 Zone |
|
||||
| |
|
||||
| Chris M (Dr_No) 23 Feb 2022 |
|
||||
| Paul K. Gerke 27 Oct 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <string>
|
||||
#include "SteelSeriesApex8ZoneController.h"
|
||||
#include "LogManager.h"
|
||||
|
||||
SteelSeriesApex8ZoneController::SteelSeriesApex8ZoneController(hid_device* dev_handle, const char* path) : SteelSeriesApex3Controller(dev_handle, path)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,21 +1,23 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| SteelSeriesApex8ZoneController.cpp |
|
||||
| |
|
||||
| Driver for Steelseries Apex3 TKL 8 Zone Keyboard |
|
||||
| |
|
||||
| Chris M (Dr_No) 23rd Feb 2022 |
|
||||
| Paul K. Gerke 27.10.2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesApex8ZoneController.h |
|
||||
| |
|
||||
| Driver for SteelSeries Apex 8 Zone |
|
||||
| |
|
||||
| Chris M (Dr_No) 23 Feb 2022 |
|
||||
| Paul K. Gerke 27 Oct 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"
|
||||
#include "SteelSeriesApex3Controller.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
#define STEELSERIES_8Z_LED_COUNT 8
|
||||
#define STEELSERIES_8Z_WRITE_PACKET_SIZE 65
|
||||
#define STEELSERIES_8Z_BRIGHTNESS_MAX 0x10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue