mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-30 11:51:12 -04:00
Add Redragon M715 support
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
/*-----------------------------------------------------*\
|
||||
| Mouse product IDs |
|
||||
\*-----------------------------------------------------*/
|
||||
#define REDRAGON_M711_VID 0x04D9
|
||||
#define REDRAGON_MOUSE_VID 0x04D9
|
||||
#define REDRAGON_M711_PID 0xFC30
|
||||
#define REDRAGON_M715_PID 0xFC39
|
||||
|
||||
typedef struct
|
||||
{
|
||||
@@ -41,7 +42,8 @@ static const redragon_device device_list[] =
|
||||
/*-----------------------------------------------------------------------------------------------------*\
|
||||
| Mice |
|
||||
\*-----------------------------------------------------------------------------------------------------*/
|
||||
{ REDRAGON_M711_VID, REDRAGON_M711_PID, 2, DEVICE_TYPE_MOUSE, "Redragon M711 Cobra" },
|
||||
{ REDRAGON_MOUSE_VID, REDRAGON_M711_PID, 2, DEVICE_TYPE_MOUSE, "Redragon M711 Cobra" },
|
||||
{ REDRAGON_MOUSE_VID, REDRAGON_M715_PID, 2, DEVICE_TYPE_MOUSE, "Redragon M715 Dagger" },
|
||||
/*-----------------------------------------------------------------------------------------------------*\
|
||||
| Mousemats |
|
||||
\*-----------------------------------------------------------------------------------------------------*/
|
||||
|
||||
@@ -13,9 +13,9 @@ RGBController_RedragonM711::RGBController_RedragonM711(RedragonM711Controller* r
|
||||
{
|
||||
redragon = redragon_ptr;
|
||||
|
||||
name = "Redragon M711 Cobra";
|
||||
name = "Redragon Mouse Device";
|
||||
type = DEVICE_TYPE_MOUSE;
|
||||
description = "Redragon M711 Device";
|
||||
description = "Redragon Mouse Device";
|
||||
|
||||
mode Static;
|
||||
Static.name = "Static";
|
||||
|
||||
Reference in New Issue
Block a user