Update HyperX mousemat controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-05-24 13:57:38 -05:00
parent b43f31ebfb
commit 056485fabf
5 changed files with 62 additions and 47 deletions

View file

@ -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"
/*-----------------------------------------------------*\