Update HyperX mouse controller files to new standardized header comment
This commit is contained in:
parent
1975c63b71
commit
b43f31ebfb
21 changed files with 249 additions and 209 deletions
|
|
@ -1,3 +1,13 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| HyperXMouseControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for HyperX mouse |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "HyperXPulsefireFPSProController.h"
|
||||
#include "HyperXPulsefireSurgeController.h"
|
||||
|
|
@ -9,7 +19,6 @@
|
|||
#include "RGBController_HyperXPulsefireSurge.h"
|
||||
#include "RGBController_HyperXPulsefireDart.h"
|
||||
#include "RGBController_HyperXPulsefireRaid.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| HyperX mouse vendor IDs |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue