Fix for Supported Device page showing label instead of PID

This commit is contained in:
Barry H 2024-02-13 15:25:00 +00:00 committed by Adam Honse
parent e47a4ec98e
commit 00e9fcc535

View file

@ -15,16 +15,17 @@
#include <string>
#include <hidapi/hidapi.h>
enum
{
ROCCAT_VULCAN_100_AIMO_PID = 0x307A,
ROCCAT_VULCAN_120_AIMO_PID = 0x3098,
ROCCAT_VULCAN_TKL_PID = 0x2FEE,
ROCCAT_VULCAN_PRO_PID = 0x30F7,
ROCCAT_PYRO_PID = 0x314C,
ROCCAT_MAGMA_PID = 0x3124,
ROCCAT_MAGMA_MINI_PID = 0x69A0,
};
/*--------------------------------------------------------------------------------*\
| KEYBOARDS |
| This section was used to be enum. |
\*--------------------------------------------------------------------------------*/
#define ROCCAT_VULCAN_100_AIMO_PID 0x307A
#define ROCCAT_VULCAN_120_AIMO_PID 0x3098
#define ROCCAT_VULCAN_TKL_PID 0x2FEE
#define ROCCAT_VULCAN_PRO_PID 0x30F7
#define ROCCAT_PYRO_PID 0x314C
#define ROCCAT_MAGMA_PID 0x3124
#define ROCCAT_MAGMA_MINI_PID 0x69A0
enum
{