mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 06:34:25 -04:00
Update HyperX microphone controller files to new standardized header comment
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
/*-----------------------------------------*\
|
||||
| HyperXMicrophoneControllerDetect.cpp |
|
||||
| |
|
||||
| Implementation for the HyperX |
|
||||
| Quadcast S RGB microphone |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) 2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| HyperXMicrophoneControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for HyperX microphone |
|
||||
| |
|
||||
| Matt Silva (thesilvanator) |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <vector>
|
||||
#include "LogManager.h"
|
||||
#include "Detector.h"
|
||||
#include "HyperXMicrophoneController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_HyperXMicrophone.h"
|
||||
#include <vector>
|
||||
#include <LogManager.h>
|
||||
|
||||
#include "hidapi_wrapper.h"
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
|
||||
Reference in New Issue
Block a user