mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Update SteelSeriesApexTZoneController files to new standardized header format
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
/*-----------------------------------------*\
|
||||
| SteelSeriesApexTZoneController.cpp |
|
||||
| |
|
||||
| Edbgon 06.10.21 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesApexTZoneController.cpp |
|
||||
| |
|
||||
| Driver for SteelSeries Apex T Zone |
|
||||
| |
|
||||
| Edbgon 06 Oct 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "SteelSeriesApexTZoneController.h"
|
||||
#include <cstring>
|
||||
#include "SteelSeriesApexTZoneController.h"
|
||||
|
||||
SteelSeriesApexTZoneController::SteelSeriesApexTZoneController(hid_device* dev_handle, const char* path) : SteelSeriesApex3Controller(dev_handle, path)
|
||||
{
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
/*-----------------------------------------*\
|
||||
| SteelSeriesApexTZoneController.h |
|
||||
| |
|
||||
| Edbgon 06.10.21 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesApexTZoneController.h |
|
||||
| |
|
||||
| Driver for SteelSeries Apex T Zone |
|
||||
| |
|
||||
| Edbgon 06 Oct 2021 |
|
||||
| |
|
||||
| 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_TZ_LED_COUNT 10
|
||||
#define STEELSERIES_TZ_WRITE_PACKET_SIZE 33
|
||||
#define STEELSERIES_TZ_BRIGHTNESS_MAX 0x64
|
||||
|
||||
Reference in New Issue
Block a user