Update Roccat Kova controller files to new standardized header comment
This commit is contained in:
parent
940e14c07a
commit
339c146c67
4 changed files with 42 additions and 30 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RGBController_RoccatKova.cpp |
|
| RGBController_RoccatKova.cpp |
|
||||||
| |
|
| |
|
||||||
| RGB Controller for Roccat Kova |
|
| RGBController for Roccat Kova |
|
||||||
| |
|
| |
|
||||||
| Gustash 01/12/2022 |
|
| Gustash 01 Dec 2022 |
|
||||||
\*-----------------------------------------*/
|
| |
|
||||||
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#include "RGBController_RoccatKova.h"
|
#include "RGBController_RoccatKova.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,13 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RGBController_RoccatKova.h |
|
| RGBController_RoccatKova.h |
|
||||||
| |
|
| |
|
||||||
| RGB Controller for Roccat Kova |
|
| RGBController for Roccat Kova |
|
||||||
| |
|
| |
|
||||||
| Gustash 01/12/2022 |
|
| Gustash 01 Dec 2022 |
|
||||||
\*-----------------------------------------*/
|
| |
|
||||||
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,17 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RoccatKovaController.cpp |
|
| RoccatKovaController.cpp |
|
||||||
| |
|
| |
|
||||||
| Controller for Roccat Kova |
|
| Driver for Roccat Kova |
|
||||||
| |
|
| |
|
||||||
| Gustash 01/12/2022 |
|
| 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 "RoccatKovaController.h"
|
||||||
#include "LogManager.h"
|
#include "LogManager.h"
|
||||||
#include <hidapi/hidapi.h>
|
|
||||||
|
|
||||||
RoccatKovaController::RoccatKovaController(hid_device* dev_handle, char *path)
|
RoccatKovaController::RoccatKovaController(hid_device* dev_handle, char *path)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,18 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RoccatKovaController.h |
|
| RoccatKovaController.h |
|
||||||
| |
|
| |
|
||||||
| Controller for Roccat Kova |
|
| Driver for Roccat Kova |
|
||||||
| |
|
| |
|
||||||
| Gustash 01/12/2022 |
|
| Gustash 01 Dec 2022 |
|
||||||
\*-----------------------------------------*/
|
| |
|
||||||
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "RGBController.h"
|
|
||||||
#include <hidapi/hidapi.h>
|
#include <hidapi/hidapi.h>
|
||||||
|
#include "RGBController.h"
|
||||||
|
|
||||||
#define ROCCAT_KOVA_HID_MAX_STR 255
|
#define ROCCAT_KOVA_HID_MAX_STR 255
|
||||||
#define ROCCAT_KOVA_LED_COUNT 2
|
#define ROCCAT_KOVA_LED_COUNT 2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue