summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-03-05 15:41:21 +0900
committertmk <nobody@nowhere>2013-03-05 15:41:21 +0900
commit5808317b694004c43a6e0f76e9715415cce19a25 (patch)
tree9814dbe96eecbb940a710505feb82125a483dc2d /protocol
parent633d9aa53e3fc2b9fa9f01475cba9c151ab31d9a (diff)
Fix keymap for new framework
Diffstat (limited to 'protocol')
-rw-r--r--protocol/vusb/vusb.c4
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();
}