Update HyperX mouse controller files to new standardized header comment

This commit is contained in:
Adam Honse committed 2024-05-24 13:57:28 -05:00
1 parent 1975c63b71
commit b43f31ebfb
21 files changed
+249 -209

No files matched your search

@@ -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 |