summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keychron')
-rw-r--r--keyboards/keychron/bluetooth/transport.c2
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();