mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-25 16:27:50 -05:00
Update unknown type Razer devices to valid types
This commit is contained in:
@@ -7242,7 +7242,7 @@ static const razer_device core_device =
|
||||
{
|
||||
"Razer Core",
|
||||
RAZER_CORE_PID,
|
||||
DEVICE_TYPE_UNKNOWN,
|
||||
DEVICE_TYPE_GPU,
|
||||
true,
|
||||
1,
|
||||
9,
|
||||
@@ -7289,7 +7289,7 @@ static const razer_device core_x_device =
|
||||
{
|
||||
"Razer Core X",
|
||||
RAZER_CORE_X_PID,
|
||||
DEVICE_TYPE_UNKNOWN,
|
||||
DEVICE_TYPE_GPU,
|
||||
true,
|
||||
1,
|
||||
16,
|
||||
@@ -7324,7 +7324,7 @@ static const razer_device mug_holder_device =
|
||||
{
|
||||
"Razer Chroma Mug Holder",
|
||||
RAZER_CHROMA_MUG_PID,
|
||||
DEVICE_TYPE_UNKNOWN,
|
||||
DEVICE_TYPE_ACCESSORY,
|
||||
true,
|
||||
1,
|
||||
15,
|
||||
@@ -7880,7 +7880,7 @@ static const razer_device charging_pad_chroma_device =
|
||||
{
|
||||
"Razer Charging Pad Chroma",
|
||||
RAZER_CHARGING_PAD_CHROMA_PID,
|
||||
DEVICE_TYPE_UNKNOWN,
|
||||
DEVICE_TYPE_ACCESSORY,
|
||||
true,
|
||||
1,
|
||||
10,
|
||||
@@ -8131,4 +8131,4 @@ const razer_device* razer_device_list[] =
|
||||
};
|
||||
|
||||
const unsigned int RAZER_NUM_DEVICES = (sizeof(razer_device_list) / sizeof(razer_device_list[ 0 ]));
|
||||
const razer_device** device_list = razer_device_list;
|
||||
const razer_device** device_list = razer_device_list;
|
||||
|
||||
Reference in New Issue
Block a user