Add HyperX Alloy FPS to detected HyperX keyboard list
This commit is contained in:
parent
2d7e996e4b
commit
82c0ff8452
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
\*-----------------------------------------------------*/
|
||||
#define HYPERX_KEYBOARD_VID 0x0951
|
||||
#define HYPERX_ALLOY_ELITE_PID 0x16BE
|
||||
#define HYPERX_ALLOY_FPS_RGB_PID 0x16DC
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
@ -26,6 +27,7 @@ static const hyperx_device device_list[] =
|
|||
| Keyboards |
|
||||
\*-----------------------------------------------------------------------------------------------------*/
|
||||
{ HYPERX_KEYBOARD_VID, HYPERX_ALLOY_ELITE_PID, 2, "HyperX Alloy Elite RGB" },
|
||||
{ HYPERX_KEYBOARD_VID, HYPERX_ALLOY_FPS_RGB_PID, 2, "HyperX Alloy FPS RGB" },
|
||||
};
|
||||
|
||||
/******************************************************************************************\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue