fix for saving on Asus ROG Spatha and Asus ROG Strix Evolve

This commit is contained in:
Mola19 2023-11-09 02:41:06 +01:00
parent 65e7edc452
commit 44610cf326
No known key found for this signature in database
GPG key ID: 6446B87E73001409

View file

@ -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));
}