Corrections to Keyboard and Mouse combined demos so that all modes (normal, interrupt...
[pub/USBasp.git] / Demos / Keyboard / Descriptors.c
index 545f961..1f383ab 100644 (file)
@@ -163,7 +163,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
                        EndpointAddress:        (ENDPOINT_DESCRIPTOR_DIR_IN | KEYBOARD_EPNUM),\r
                        Attributes:             EP_TYPE_INTERRUPT,\r
                        EndpointSize:           KEYBOARD_EPSIZE,\r
                        EndpointAddress:        (ENDPOINT_DESCRIPTOR_DIR_IN | KEYBOARD_EPNUM),\r
                        Attributes:             EP_TYPE_INTERRUPT,\r
                        EndpointSize:           KEYBOARD_EPSIZE,\r
-                       PollingIntervalMS:      0x02\r
+                       PollingIntervalMS:      0x04\r
                },\r
 \r
        KeyboardLEDsEndpoint:\r
                },\r
 \r
        KeyboardLEDsEndpoint:\r
@@ -173,7 +173,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
                        EndpointAddress:        (ENDPOINT_DESCRIPTOR_DIR_OUT | KEYBOARD_LEDS_EPNUM),\r
                        Attributes:             EP_TYPE_INTERRUPT,\r
                        EndpointSize:           KEYBOARD_EPSIZE,\r
                        EndpointAddress:        (ENDPOINT_DESCRIPTOR_DIR_OUT | KEYBOARD_LEDS_EPNUM),\r
                        Attributes:             EP_TYPE_INTERRUPT,\r
                        EndpointSize:           KEYBOARD_EPSIZE,\r
-                       PollingIntervalMS:      0x02\r
+                       PollingIntervalMS:      0x04\r
                }\r
 };\r
 \r
                }\r
 };\r
 \r