DarthAffe / RGB.NET

The one-stop SDK for RGB-peripherals

Home Page:http://lib.arge.be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't control Scroll Zone lightning on Corsair M65 RGB ELITE

Xeevis opened this issue · comments

When I try to set all Corsair LEDs to red, it works for whole K95 RGB PLATINUM, but only for logo zone of M65 RGB ELITE, for scroll zone lightning is unaffected.

image

surface.LoadDevices(CorsairDeviceProvider.Instance);

var allLeds = new ListLedGroup(surface.Leds)
{
    Brush = new SolidColorBrush(new Color(255, 0, 0))
};

surface.Update();

Remapping LedId.Mouse2 to CorsairLedId.B3 solves the issue.

Fixed in #99