Skip to content

Commit 91b1399

Browse files
Undo Corsair mouse LED change as the zones differ between mice
1 parent 72233ff commit 91b1399

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

RGBController/RGBController_CorsairPeripheral.cpp

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ static const char* corsair_mouse_leds[] =
499499
"Mouse LED 1",
500500
"Mouse LED 2",
501501
"Mouse LED 3",
502-
"Logo",
502+
"Mouse LED 4",
503503
"Mouse LED 5",
504504
"Mouse LED 6",
505505
"Mouse LED 7",
@@ -513,6 +513,44 @@ static const char* corsair_mouse_leds[] =
513513
"Mouse LED 15",
514514
};
515515

516+
static const char* corsair_sabre_rgb_leds[] =
517+
{
518+
"",
519+
"Underglow",
520+
"Logo",
521+
"DPI",
522+
"Scroll Wheel",
523+
"",
524+
"",
525+
"",
526+
"",
527+
"",
528+
"",
529+
"",
530+
"",
531+
"",
532+
""
533+
};
534+
535+
static const char* corsair_harpoon_pro_leds[] =
536+
{
537+
"",
538+
"",
539+
"",
540+
"Logo",
541+
"",
542+
"",
543+
"",
544+
"",
545+
"",
546+
"",
547+
"",
548+
"",
549+
"",
550+
"",
551+
"",
552+
};
553+
516554
RGBController_CorsairPeripheral::RGBController_CorsairPeripheral(CorsairPeripheralController* corsair_ptr)
517555
{
518556
corsair = corsair_ptr;

0 commit comments

Comments
 (0)