Add Corsair H115i PRO RGB to Corsair Hydro list

This commit is contained in:
Adam Honse 2020-08-18 12:06:47 -05:00
parent 68a16fadc2
commit 0b7b42b8f5

View file

@ -13,6 +13,7 @@
/*-----------------------------------------------------*\
| Keyboard Hydro Series product IDs |
\*-----------------------------------------------------*/
#define CORSAIR_H115I_PRO_RGB_PID 0x0C13
#define CORSAIR_H100I_PRO_RGB_PID 0x0C15
typedef struct
@ -30,7 +31,8 @@ static const corsair_hydro_device device_list[] =
/*-----------------------------------------------------------------------------------------------------*\
| Coolers |
\*-----------------------------------------------------------------------------------------------------*/
{ CORSAIR_VID, CORSAIR_H100I_PRO_RGB_PID, 0, "Corsair H100i PRO RGB" }
{ CORSAIR_VID, CORSAIR_H100I_PRO_RGB_PID, 0, "Corsair H100i PRO RGB" },
{ CORSAIR_VID, CORSAIR_H115I_PRO_RGB_PID, 0, "Corsair H115i PRO RGB" },
};
/******************************************************************************************\