Fix keymap for new framework
This commit is contained in:
@ -88,6 +88,10 @@ static void send_keyboard(report_keyboard_t *report)
|
||||
} else {
|
||||
debug("kbuf: full\n");
|
||||
}
|
||||
|
||||
// NOTE: send key strokes of Macro
|
||||
usbPoll();
|
||||
vusb_transfer_keyboard();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user