Update keyboards/keychron/bluetooth/transport.c
Co-authored-by: lokher <lokher@gmail.com>
This commit is contained in:
parent
21c86782af
commit
4baf65ddac
1 changed files with 0 additions and 2 deletions
|
|
@ -183,9 +183,7 @@ void usb_remote_wakeup(void) {
|
||||||
usb_wakeup(&USB_DRIVER);
|
usb_wakeup(&USB_DRIVER);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// palWriteLine(H3, PAL_HIGH);
|
|
||||||
wait_ms(500);
|
wait_ms(500);
|
||||||
// palWriteLine(H3, PAL_LOW);
|
|
||||||
/* Woken up */
|
/* Woken up */
|
||||||
// variables has been already cleared by the wakeup hook
|
// variables has been already cleared by the wakeup hook
|
||||||
send_keyboard_report();
|
send_keyboard_report();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue