diff options
author | lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com> | 2023-06-30 11:39:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 11:39:23 +0800 |
commit | 4baf65ddac74345343cbc01dc4558fb5368cd52d (patch) | |
tree | 1bcc1c507f552533ad457fbb7f3ed8dff314564c /keyboards/keychron/bluetooth | |
parent | 21c86782afa0fa5dd45cd6f8d3eb1e38fad7a3e2 (diff) |
Update keyboards/keychron/bluetooth/transport.c
Co-authored-by: lokher <lokher@gmail.com>
Diffstat (limited to 'keyboards/keychron/bluetooth')
-rw-r--r-- | keyboards/keychron/bluetooth/transport.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/keychron/bluetooth/transport.c b/keyboards/keychron/bluetooth/transport.c index 6c86906322..c720cbf659 100644 --- a/keyboards/keychron/bluetooth/transport.c +++ b/keyboards/keychron/bluetooth/transport.c @@ -183,9 +183,7 @@ 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(); |