Undo Corsair mouse LED change as the zones differ between mice

This commit is contained in:
Adam Honse 2020-09-08 17:48:22 -05:00
parent 72233ffed6
commit 91b139987f

View file

@ -499,7 +499,7 @@ static const char* corsair_mouse_leds[] =
"Mouse LED 1",
"Mouse LED 2",
"Mouse LED 3",
"Logo",
"Mouse LED 4",
"Mouse LED 5",
"Mouse LED 6",
"Mouse LED 7",
@ -513,6 +513,44 @@ static const char* corsair_mouse_leds[] =
"Mouse LED 15",
};
static const char* corsair_sabre_rgb_leds[] =
{
"",
"Underglow",
"Logo",
"DPI",
"Scroll Wheel",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
};
static const char* corsair_harpoon_pro_leds[] =
{
"",
"",
"",
"Logo",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
};
RGBController_CorsairPeripheral::RGBController_CorsairPeripheral(CorsairPeripheralController* corsair_ptr)
{
corsair = corsair_ptr;