mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-13 10:28:43 -04:00
fix for saving on Asus ROG Spatha and Asus ROG Strix Evolve
This commit is contained in:
@@ -114,6 +114,8 @@ void AsusAuraMouseGen1Controller::SendUpdate
|
||||
unsigned char buf_in[9];
|
||||
buf_in[0] = 0x0C;
|
||||
hid_get_feature_report(dev, buf_in, 9);
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(15));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user