Update Zalman Z Sync controller files to new standardized header comment
This commit is contained in:
parent
db8932749e
commit
b62c7fb432
5 changed files with 68 additions and 55 deletions
|
|
@ -1,9 +1,20 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| ZalmanZSyncControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Zalman Z Sync |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 30 Jan 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "ZalmanZSyncController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_ZalmanZSync.h"
|
||||
#include <vector>
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
#define ZALMAN_VID 0x1C57
|
||||
#define ZALMAN_Z_SYNC_PID 0x7ED0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue