Fix Q10 Pro compilation error

This commit is contained in:
lokher 2024-04-12 10:25:22 +08:00
parent 57c5939d45
commit 9a9cfbbab7

View File

@ -324,9 +324,3 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
}
}
#endif
void suspend_wakeup_init_kb(void) {
// code will run on keyboard wakeup
clear_keyboard();
send_keyboard_report();
}