Fix Lighting Control packet typo.

This commit is contained in:
TheRogueZeta 2020-08-06 16:37:31 +00:00 committed by Adam Honse
parent 9be8ab8371
commit d0ab5a4de4

View file

@ -45,7 +45,7 @@ void LogitechGProWirelessController::SendMouseMode
usb_buf[0x00] = 0x11;
usb_buf[0x01] = 0x01;
usb_buf[0x02] = 0x07;
usb_buf[0x03] = 0x03;
usb_buf[0x03] = 0x3C;
usb_buf[0x04] = zone;
usb_buf[0x05] = mode;