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

master
Mola19 3 years ago
parent 65e7edc452
commit 44610cf326
No known key found for this signature in database
GPG Key ID: 6446B87E73001409

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

Loading…
Cancel
Save