Update Roccat Burst Pro Air controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-11 21:29:09 -05:00
parent b84de85891
commit bba59be497
4 changed files with 43 additions and 33 deletions

View file

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

View file

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

View file

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

View file

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