]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Change PollingIntervalMS to 10ms(Fix #114)
authortmk <nobody@nowhere>
Mon, 21 Apr 2014 03:18:12 +0000 (12:18 +0900)
committertmk <nobody@nowhere>
Mon, 21 Apr 2014 03:18:12 +0000 (12:18 +0900)
protocol/lufa/descriptor.c

index a46ba3ec6aab744b4d1309bc5dfe61a9ebf88363..f9f6b953514e051951dccf11de2586feed667acb 100644 (file)
@@ -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
         },
 
     /*