summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/bluetooth/transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keychron/bluetooth/transport.c')
-rw-r--r--keyboards/keychron/bluetooth/transport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/keychron/bluetooth/transport.c b/keyboards/keychron/bluetooth/transport.c
index e5986de11b..c720cbf659 100644
--- a/keyboards/keychron/bluetooth/transport.c
+++ b/keyboards/keychron/bluetooth/transport.c
@@ -183,6 +183,7 @@ void usb_remote_wakeup(void) {
usb_wakeup(&USB_DRIVER);
}
}
+ wait_ms(500);
/* Woken up */
// variables has been already cleared by the wakeup hook
send_keyboard_report();