Update EK controller files to new standardized header comment
This commit is contained in:
parent
acc85f8891
commit
a51febd0f7
5 changed files with 55 additions and 42 deletions
|
|
@ -1,8 +1,19 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| EKControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for EK Loop Connect |
|
||||
| |
|
||||
| Chris M (Dr_No) 16 Jul 2020 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "EKController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_EKController.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#define EK_VID 0x0483
|
||||
#define EK_LOOP_CONNECT 0x5750
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue