Update Roccat Kova controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-14 11:41:53 -05:00
parent 940e14c07a
commit 339c146c67
4 changed files with 42 additions and 30 deletions

View file

@ -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"

View file

@ -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

View file

@ -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)
{

View file

@ -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