Update SteelSeriesMouseController files to new standardized header format
This commit is contained in:
parent
b8ca869b19
commit
05d707b8d4
2 changed files with 26 additions and 20 deletions
|
|
@ -1,10 +1,13 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| SteelSeriesMouseController.cpp |
|
||||
| |
|
||||
| OpenRGB abstract driver for SteelSeries Mice |
|
||||
| |
|
||||
| Chris M (Dr_No) 9th June 2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesMouseController.cpp |
|
||||
| |
|
||||
| Driver for SteelSeries Mouse |
|
||||
| |
|
||||
| Chris M (Dr_No) 09 Jun 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <cstring>
|
||||
#include "SteelSeriesMouseController.h"
|
||||
|
|
|
|||
|
|
@ -1,19 +1,22 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| SteelSeriesMouseController.h |
|
||||
| |
|
||||
| OpenRGB abstract driver for SteelSeries Mice |
|
||||
| |
|
||||
| Chris M (Dr_No) 9th June 2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
|
||||
#include <string>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <vector>
|
||||
#include "SteelSeriesGeneric.h"
|
||||
#include <cstdint>
|
||||
/*---------------------------------------------------------*\
|
||||
| SteelSeriesMouseController.h |
|
||||
| |
|
||||
| Driver for SteelSeries Mouse |
|
||||
| |
|
||||
| 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 <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "SteelSeriesGeneric.h"
|
||||
|
||||
#define STEELSERIES_MOUSE_BRIGHTNESS_MAX 0x64
|
||||
|
||||
/*-----------------------------------------------------------*\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue