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