diff options
author | tmk <nobody@nowhere> | 2013-03-05 15:41:21 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-05 15:41:21 +0900 |
commit | 5808317b694004c43a6e0f76e9715415cce19a25 (patch) | |
tree | 9814dbe96eecbb940a710505feb82125a483dc2d /protocol/vusb/vusb.c | |
parent | 633d9aa53e3fc2b9fa9f01475cba9c151ab31d9a (diff) |
Fix keymap for new framework
Diffstat (limited to 'protocol/vusb/vusb.c')
-rw-r--r-- | protocol/vusb/vusb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocol/vusb/vusb.c b/protocol/vusb/vusb.c index 1d5f4a8528..328885a9b5 100644 --- a/protocol/vusb/vusb.c +++ b/protocol/vusb/vusb.c @@ -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(); } |