This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
forked from
mfulz_github/qmk_firmware
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
qmk_firmware
/
Demos
/
Device
/
ClassDriver
/
GenericHID
History
Dean Camera
ac593611c9
Fixed the ClassDriver GenericHID demo so that it echoes back reports as indicated in the demo overview.
2009-07-31 03:35:24 +00:00
..
Descriptors.c
Minor updates to the Magstripe and MissileLauncher projects to fix bugs and improve performance.
2009-07-16 15:00:10 +00:00
Descriptors.h
Reduce struct name pollution - group typedef struct names by class driver name where appropriate.
2009-06-26 11:43:56 +00:00
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.
2009-07-20 14:07:02 +00:00
GenericHID.c
Fixed the ClassDriver GenericHID demo so that it echoes back reports as indicated in the demo overview.
2009-07-31 03:35:24 +00:00
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.).
2009-07-31 03:22:08 +00:00
GenericHID.txt
Fixed the ClassDriver GenericHID demo so that it echoes back reports as indicated in the demo overview.
2009-07-31 03:35:24 +00:00
makefile
Change project makefiles so that the current target settings and not just the board selection is printed during the build process.
2009-07-28 13:53:52 +00:00