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:
parent
5e3ab417bc
commit
e6dd1e4ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ void SteelSeriesSenseiController::Save()
|
|||
/*-----------------------------------------------------*\
|
||||
| Set up Save packet |
|
||||
\*-----------------------------------------------------*/
|
||||
usb_buf[0x00] = 0x09;
|
||||
usb_buf[0x00] = 0x59;
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Send packet |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue