Update HyperX mousemat controller files to new standardized header comment
This commit is contained in:
parent
b43f31ebfb
commit
056485fabf
5 changed files with 62 additions and 47 deletions
|
|
@ -1,9 +1,19 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| HyperXMousematControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for HyperX mousemat |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 25 Oct 2020 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <vector>
|
||||
#include "Detector.h"
|
||||
#include "HyperXMousematController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_HyperXMousemat.h"
|
||||
#include <vector>
|
||||
|
||||
#include "hidapi_wrapper.h"
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue