Update ThingM controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-17 23:26:21 -05:00
parent ec8921381f
commit 89c11b5eeb
5 changed files with 59 additions and 35 deletions

View file

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