mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-25 02:37:30 -05:00
Update remaining controlers
This commit is contained in:
@@ -54,7 +54,7 @@ void LogitechGPowerPlayController::SendMouseMatMode
|
||||
usb_buf[0x07] = green;
|
||||
usb_buf[0x08] = blue;
|
||||
|
||||
speed = 1000 * (LOGITECH_G_POWERPLAY_SPEED_FASTEST - speed);
|
||||
speed = 100 * speed;
|
||||
if(mode == LOGITECH_G_POWERPLAY_MODE_STATIC)
|
||||
{
|
||||
usb_buf[0x09] = 0x02;
|
||||
|
||||
Reference in New Issue
Block a user