From 5950acfb05fb3e172fa5710f1cda6ab347f51f2f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 Nov 2014 17:39:18 +0000 Subject: leds --- app/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/keyboard.c') diff --git a/app/keyboard.c b/app/keyboard.c index e9046a3..9799629 100644 --- a/app/keyboard.c +++ b/app/keyboard.c @@ -93,7 +93,7 @@ const struct usb_endpoint_descriptor keyboard_endpoint = { .bEndpointAddress = 0x81, .bmAttributes = USB_ENDPOINT_ATTR_INTERRUPT, .wMaxPacketSize = 8, - .bInterval = 0x20, + .bInterval = 0x1 //0x20, }; const struct usb_interface_descriptor keyboard_iface = { -- cgit v1.2.3