Use the correct command for Sensei Mouses

0x09 was the command for older steelseries devices, which can break the LEDs [1]
if used on the more recent sensei series.

[1] https://github.com/FFY00/rival310-re

Signed-off-by: B Horn <b@horn.uk>
This commit is contained in:
B Horn 2021-08-21 00:35:21 +02:00 committed by Adam Honse
parent 5e3ab417bc
commit e6dd1e4ef4

View file

@ -90,7 +90,7 @@ void SteelSeriesSenseiController::Save()
/*-----------------------------------------------------*\
| Set up Save packet |
\*-----------------------------------------------------*/
usb_buf[0x00] = 0x09;
usb_buf[0x00] = 0x59;
/*-----------------------------------------------------*\
| Send packet |