From 91b139987f6fa29f51e6ac7b9acec1cff3465f51 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 8 Sep 2020 17:48:22 -0500 Subject: [PATCH] Undo Corsair mouse LED change as the zones differ between mice --- .../RGBController_CorsairPeripheral.cpp | 40 ++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/RGBController/RGBController_CorsairPeripheral.cpp b/RGBController/RGBController_CorsairPeripheral.cpp index a74ef6f6..5cdaec9a 100644 --- a/RGBController/RGBController_CorsairPeripheral.cpp +++ b/RGBController/RGBController_CorsairPeripheral.cpp @@ -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;