]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
adb_usb: Fix start up delay for AEK/AEKII
authortmk <hasu@tmk-kbd.com>
Wed, 12 Feb 2020 23:42:37 +0000 (08:42 +0900)
committertmk <hasu@tmk-kbd.com>
Wed, 12 Feb 2020 23:49:09 +0000 (08:49 +0900)
commitce5e565f58003eb5144e08e3e8cdcc63a6110b76
treea4222c96e2a05e0dff1ed9e4cc92d8493639be1a
parent6209ceebfb38c394ccf7168be39f3062b5a776db
adb_usb: Fix start up delay for AEK/AEKII

Without proper delay keyboard the converter starts talking too early
before keyboard wakes up. ISO recognition and enabling Extention protocol
would be failed in the result.
https://github.com/tmk/tmk_keyboard/issues/640#issuecomment-585411393
200ms is enough for AEKs but 1000ms is used here for safety.
converter/adb_usb/matrix.c