diff options
Diffstat (limited to 'keyboards/keychron/bluetooth/transport.c')
-rw-r--r-- | keyboards/keychron/bluetooth/transport.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/keychron/bluetooth/transport.c b/keyboards/keychron/bluetooth/transport.c index e5986de11b..6c86906322 100644 --- a/keyboards/keychron/bluetooth/transport.c +++ b/keyboards/keychron/bluetooth/transport.c @@ -183,6 +183,9 @@ void usb_remote_wakeup(void) { usb_wakeup(&USB_DRIVER); } } + // palWriteLine(H3, PAL_HIGH); + wait_ms(500); + // palWriteLine(H3, PAL_LOW); /* Woken up */ // variables has been already cleared by the wakeup hook send_keyboard_report(); |