From e6dd1e4ef4746e7390bb94f29e2c8f044f65f7ec Mon Sep 17 00:00:00 2001 From: B Horn Date: Sat, 21 Aug 2021 00:35:21 +0200 Subject: [PATCH] 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 --- .../SteelSeriesController/SteelSeriesSenseiController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/SteelSeriesController/SteelSeriesSenseiController.cpp b/Controllers/SteelSeriesController/SteelSeriesSenseiController.cpp index f927fda3..940afab0 100644 --- a/Controllers/SteelSeriesController/SteelSeriesSenseiController.cpp +++ b/Controllers/SteelSeriesController/SteelSeriesSenseiController.cpp @@ -90,7 +90,7 @@ void SteelSeriesSenseiController::Save() /*-----------------------------------------------------*\ | Set up Save packet | \*-----------------------------------------------------*/ - usb_buf[0x00] = 0x09; + usb_buf[0x00] = 0x59; /*-----------------------------------------------------*\ | Send packet |