mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 06:11:07 -04:00
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:
@@ -90,7 +90,7 @@ void SteelSeriesSenseiController::Save()
|
||||
/*-----------------------------------------------------*\
|
||||
| Set up Save packet |
|
||||
\*-----------------------------------------------------*/
|
||||
usb_buf[0x00] = 0x09;
|
||||
usb_buf[0x00] = 0x59;
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Send packet |
|
||||
|
||||
Reference in New Issue
Block a user