Update ThingM controller files to new standardized header comment
This commit is contained in:
parent
ec8921381f
commit
89c11b5eeb
5 changed files with 59 additions and 35 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue