~ruther/qmk_firmware

c6902681e72411fbe293657a9d75a2168021a6d8 — tmk 11 years ago 894a387
Change PollingIntervalMS to 10ms(Fix #114)
1 files changed, 1 insertions(+), 1 deletions(-)

M protocol/lufa/descriptor.c
M protocol/lufa/descriptor.c => protocol/lufa/descriptor.c +1 -1
@@ 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
        },

    /*