mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Update Roccat Horde Aimo controller files to new standardized header comment
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_RoccatHordeAimo.cpp |
|
||||
| |
|
||||
| Generic RGB Interface for OpenRGB |
|
||||
| |
|
||||
| |
|
||||
| Morgan Guimard (morg) 2/24/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_RoccatHordeAimo.cpp |
|
||||
| |
|
||||
| RGBController for Roccat Horde Aimo |
|
||||
| |
|
||||
| Morgan Guimard (morg) 24 Feb 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_RoccatHordeAimo.h"
|
||||
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_RoccatHordeAimo.h |
|
||||
| |
|
||||
| Generic RGB Interface for Roccat Horde |
|
||||
| Aimo Keyboard controller |
|
||||
| |
|
||||
| Morgan Guimard (morg) 2/24/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_RoccatHordeAimo.h |
|
||||
| |
|
||||
| RGBController for Roccat Horde Aimo |
|
||||
| |
|
||||
| Morgan Guimard (morg) 24 Feb 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RGBController.h"
|
||||
#include "RoccatHordeAimoController.h"
|
||||
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
/*-------------------------------------------------------------------*\
|
||||
| RoccatHordeAimoController.cpp |
|
||||
| |
|
||||
| Driver for Roccat Horde Aimo Keyboard |
|
||||
| |
|
||||
| Morgan Guimard (morg) 2/24/2022 |
|
||||
| |
|
||||
\*-------------------------------------------------------------------*/
|
||||
|
||||
#include "RoccatHordeAimoController.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| RoccatHordeAimoController.cpp |
|
||||
| |
|
||||
| Driver for Roccat Horde Aimo |
|
||||
| |
|
||||
| Morgan Guimard (morg) 24 Feb 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <cstring>
|
||||
#include "RoccatHordeAimoController.h"
|
||||
|
||||
RoccatHordeAimoController::RoccatHordeAimoController(hid_device* dev_handle, const hid_device_info& info)
|
||||
{
|
||||
|
||||
@@ -1,16 +1,18 @@
|
||||
/*-------------------------------------------------------------------*\
|
||||
| RoccatHordeAimoController.h |
|
||||
| |
|
||||
| Driver for Roccat Horde Aimo Keyboard |
|
||||
| |
|
||||
| Morgan Guimard (morg) 2/24/2022 |
|
||||
| |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RoccatHordeAimoController.h |
|
||||
| |
|
||||
| Driver for Roccat Horde Aimo |
|
||||
| |
|
||||
| Morgan Guimard (morg) 24 Feb 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 WRITE_PACKET_LENGTH 24
|
||||
#define READ_PACKET_LENGTH 3
|
||||
|
||||
Reference in New Issue
Block a user