You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Demos/Device/ClassDriver/GenericHID
Dean Camera ac593611c9
Fixed the ClassDriver GenericHID demo so that it echoes back reports as indicated in the demo overview.
16 years ago
..
Descriptors.c Minor updates to the Magstripe and MissileLauncher projects to fix bugs and improve performance. 16 years ago
Descriptors.h Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 16 years ago
Doxygen.conf Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories. 16 years ago
GenericHID.c Fixed the ClassDriver GenericHID demo so that it echoes back reports as indicated in the demo overview. 16 years ago
GenericHID.h Fix demos based on the device mode HID class driver, as well as the driver itself. Changed HID device class driver to require the user to give a buffer and size to hold the previously generated report, for comparison purposes, and altered the prototype of the CALLBACK_HID_Device_CreateHIDReport() function so that reports can be sent to the host even if there are no apparent changes (useful for relative movements in mice, etc.). 16 years ago
GenericHID.txt Fixed the ClassDriver GenericHID demo so that it echoes back reports as indicated in the demo overview. 16 years ago
makefile Change project makefiles so that the current target settings and not just the board selection is printed during the build process. 16 years ago