mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-05 21:26:48 -04:00
Add Razer Firefly V2 to OpenRazer device list
This commit is contained in:
@@ -4223,6 +4223,40 @@ static const razer_device firefly_hyperflux_device =
|
||||
0
|
||||
};
|
||||
|
||||
/*-------------------------------------------------------------*\
|
||||
| Razer Firefly V2 |
|
||||
| |
|
||||
| Zone "LED Strip" |
|
||||
| Matrix |
|
||||
| 19 LEDs |
|
||||
\*-------------------------------------------------------------*/
|
||||
static const razer_zone firefly_v2_zone =
|
||||
{
|
||||
"LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
19
|
||||
};
|
||||
|
||||
static const razer_device firefly_v2_device =
|
||||
{
|
||||
"Razer Firefly V2",
|
||||
DEVICE_TYPE_MOUSEMAT,
|
||||
true,
|
||||
1,
|
||||
19,
|
||||
{
|
||||
&firefly_v2_zone,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
},
|
||||
NULL,
|
||||
0
|
||||
};
|
||||
|
||||
/*-------------------------------------------------------------*\
|
||||
| Razer Goliathus |
|
||||
| |
|
||||
@@ -4865,6 +4899,7 @@ static const razer_device* device_list[] =
|
||||
\*-----------------------------------------------------------------*/
|
||||
&firefly_device,
|
||||
&firefly_hyperflux_device,
|
||||
&firefly_v2_device,
|
||||
&goliathus_device,
|
||||
&goliathus_extended_device,
|
||||
/*-----------------------------------------------------------------*\
|
||||
|
||||
Reference in New Issue
Block a user