mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-26 03:06:36 -05:00
Update EK controller files to new standardized header comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user