Update NZXT Mouse controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-01 20:47:26 -05:00
parent e4eaef00ca
commit 853f12e9c1
5 changed files with 46 additions and 23 deletions

View File

@@ -1,8 +1,19 @@
/*---------------------------------------------------------*\
| NZXTMouseControllerDetect.cpp |
| |
| Detector for NZXT Mouse |
| |
| Adam Honse (calcprogrammer1@gmail.com) 13 Dec 2023 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <hidapi/hidapi.h>
#include "Detector.h"
#include "NZXTMouseController.h"
#include "RGBController.h"
#include "RGBController_NZXTMouse.h"
#include <hidapi/hidapi.h>
/*-----------------------------------------------------*\
| NZXT USB IDs |