|
|
|
|
@ -1,15 +1,18 @@
|
|
|
|
|
/*-------------------------------------------------------------------*\
|
|
|
|
|
| RoccatKoneProController.h |
|
|
|
|
|
| |
|
|
|
|
|
| Driver for Roccat Kone Pro Mouse |
|
|
|
|
|
| |
|
|
|
|
|
| Garrett Denham (GardenOfWyers) 01/12/2024 |
|
|
|
|
|
\*-------------------------------------------------------------------*/
|
|
|
|
|
/*---------------------------------------------------------*\
|
|
|
|
|
| RoccatKoneProController.h |
|
|
|
|
|
| |
|
|
|
|
|
| Driver for Roccat Kone Pro |
|
|
|
|
|
| |
|
|
|
|
|
| Garrett Denham (GardenOfWyers) 12 Jan 2024 |
|
|
|
|
|
| |
|
|
|
|
|
| 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_KONE_PRO_CONTROL_MODE_PACKET_LENGTH 6
|
|
|
|
|
#define ROCCAT_KONE_PRO_DIRECT_MODE_PACKET_LENGTH 11
|
|
|
|
|
|