mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-07 22:01:21 -05:00
Update ThingM controller files to new standardized header comment
This commit is contained in:
@@ -1,8 +1,19 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| ThingMControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for ThingM Blink |
|
||||
| |
|
||||
| Eric S (edbgon) 01 Oct 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "BlinkController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_BlinkController.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#define THINGM_VID 0x27B8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user