Fix keymap for new framework
This commit is contained in:
parent
633d9aa53e
commit
5808317b69
18 changed files with 117 additions and 23 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue