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

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