From c6902681e72411fbe293657a9d75a2168021a6d8 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 21 Apr 2014 12:18:12 +0900 Subject: [PATCH] Change PollingIntervalMS to 10ms(Fix #114) --- protocol/lufa/descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/lufa/descriptor.c b/protocol/lufa/descriptor.c index a46ba3e..f9f6b95 100644 --- a/protocol/lufa/descriptor.c +++ b/protocol/lufa/descriptor.c @@ -306,7 +306,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = .EndpointAddress = (ENDPOINT_DIR_IN | KEYBOARD_IN_EPNUM), .Attributes = (EP_TYPE_INTERRUPT | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA), .EndpointSize = KEYBOARD_EPSIZE, - .PollingIntervalMS = 0x01 + .PollingIntervalMS = 0x0A }, /* -- 2.39.2