diff --git a/src/classes/Keyboard.cpp b/src/classes/Keyboard.cpp index 03f3020..6001375 100644 --- a/src/classes/Keyboard.cpp +++ b/src/classes/Keyboard.cpp @@ -623,12 +623,10 @@ bool LedKeyboard::sendDataInternal(byte_buffer_t &data) { #if defined(hidapi) data.insert(data.begin(), 0x00); if (hid_write(m_hidHandle, const_cast(data.data()), data.size()) < 0) { - std::cout<<"Error: Can not write to hidraw, try with the libusb version"<(data2.data()), data2.size(), 1); + usleep(1100); // Do not remove or decrease this value below 1100 or there will be firmware crashes on G910. return true; #elif defined(libusb) if (data.size() > 20) {