mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Update Roccat Kova controller files to new standardized header comment
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_RoccatKova.cpp |
|
||||
| |
|
||||
| RGB Controller for Roccat Kova |
|
||||
| |
|
||||
| Gustash 01/12/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_RoccatKova.cpp |
|
||||
| |
|
||||
| RGBController for Roccat Kova |
|
||||
| |
|
||||
| Gustash 01 Dec 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_RoccatKova.h"
|
||||
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_RoccatKova.h |
|
||||
| |
|
||||
| RGB Controller for Roccat Kova |
|
||||
| |
|
||||
| Gustash 01/12/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_RoccatKova.h |
|
||||
| |
|
||||
| RGBController for Roccat Kova |
|
||||
| |
|
||||
| Gustash 01 Dec 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -1,14 +1,17 @@
|
||||
/*-----------------------------------------*\
|
||||
| RoccatKovaController.cpp |
|
||||
| |
|
||||
| Controller for Roccat Kova |
|
||||
| |
|
||||
| Gustash 01/12/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RoccatKovaController.cpp |
|
||||
| |
|
||||
| Driver for Roccat Kova |
|
||||
| |
|
||||
| Gustash 01 Dec 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "RoccatKovaController.h"
|
||||
#include "LogManager.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
RoccatKovaController::RoccatKovaController(hid_device* dev_handle, char *path)
|
||||
{
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
/*-----------------------------------------*\
|
||||
| RoccatKovaController.h |
|
||||
| |
|
||||
| Controller for Roccat Kova |
|
||||
| |
|
||||
| Gustash 01/12/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RoccatKovaController.h |
|
||||
| |
|
||||
| Driver for Roccat Kova |
|
||||
| |
|
||||
| Gustash 01 Dec 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RGBController.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "RGBController.h"
|
||||
|
||||
#define ROCCAT_KOVA_HID_MAX_STR 255
|
||||
#define ROCCAT_KOVA_LED_COUNT 2
|
||||
|
||||
Reference in New Issue
Block a user