Update Roccat Burst Pro Air controller files to new standardized header comment
This commit is contained in:
parent
b84de85891
commit
bba59be497
4 changed files with 43 additions and 33 deletions
|
|
@ -1,11 +1,13 @@
|
|||
/*-----------------------------------------*\
|
||||
| RGBController_RoccatBurstProAir.cpp |
|
||||
| |
|
||||
| Generic RGB Interface for OpenRGB |
|
||||
| |
|
||||
| |
|
||||
| Morgan Guimard (morg) 6/16/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_RoccatBurstProAir.cpp |
|
||||
| |
|
||||
| RGBController for Roccat Burst Pro Air |
|
||||
| |
|
||||
| Morgan Guimard (morg) 16 Jun 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_RoccatBurstProAir.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,16 @@
|
|||
/*-----------------------------------------*\
|
||||
| RGBController_RoccatBurstProAir.h |
|
||||
| |
|
||||
| Generic RGB Interface for Roccat Burst |
|
||||
| Pro Air Mouse controller |
|
||||
| |
|
||||
| Morgan Guimard (morg) 6/16/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_RoccatBurstProAir.h |
|
||||
| |
|
||||
| RGBController for Roccat Burst Pro Air |
|
||||
| |
|
||||
| Morgan Guimard (morg) 16 Jun 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RGBController.h"
|
||||
#include "RoccatBurstProAirController.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,16 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| RoccatBurstProAirController.cpp |
|
||||
| |
|
||||
| Driver for Roccat Burst Pro Air Mouse |
|
||||
| |
|
||||
| Morgan Guimard (morg) 6/16/2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
|
||||
#include "RoccatBurstProAirController.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| RoccatBurstProAirController.cpp |
|
||||
| |
|
||||
| Driver for Roccat Burst Pro Air |
|
||||
| |
|
||||
| Morgan Guimard (morg) 16 Jun 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <cstring>
|
||||
#include "RoccatBurstProAirController.h"
|
||||
|
||||
RoccatBurstProAirController::RoccatBurstProAirController(hid_device* dev_handle, const hid_device_info& info)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,15 +1,18 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| RoccatBurstProAirController.h |
|
||||
| |
|
||||
| Driver for Roccat Burst Pro Air Mouse |
|
||||
| |
|
||||
| Morgan Guimard (morg) 6/16/2022 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RoccatBurstProAirController.h |
|
||||
| |
|
||||
| Driver for Roccat Burst Pro Air |
|
||||
| |
|
||||
| Morgan Guimard (morg) 16 Jun 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_BURST_PRO_AIR_REPORT_ID 0x06
|
||||
#define ROCCAT_BURST_PRO_AIR_REPORT_SIZE 30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue