Update remaining controlers

This commit is contained in:
TheRogueZeta 2020-09-07 00:03:09 -07:00 committed by Adam Honse
parent 0cab595ef6
commit 3f2b925dd0
9 changed files with 40 additions and 27 deletions

View file

@ -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;