qmk_firmware/Demos
Dean Camera 35a0fe9384 Fixed USB_GetHIDReportSize() returning the number of bits in the specified report instead of bytes.
Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code.

Make Webserver project report the LUFA version as part of the HTTP header.
2010-02-09 12:30:51 +00:00
..
Device Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t type in ProcessLEDReport(). 2010-02-08 03:32:31 +00:00
DualRole New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). 2010-02-04 02:27:09 +00:00
Host Fixed USB_GetHIDReportSize() returning the number of bits in the specified report instead of bytes. 2010-02-09 12:30:51 +00:00
makefile Update copyright year to 2010. 2009-12-30 23:49:19 +00:00