This website requires JavaScript.
Explore
Help
Sign In
Cutieguwu
/
qmk_firmware-mirror
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware-mirror
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2026-07-13 20:35:08 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9c8bd6ed9bdf4d6a5f428c5d6ff867cec858df3b
qmk_firmware-mirror
/
Demos
/
Device
/
ClassDriver
/
MassStorageKeyboard
T
History
Dean Camera
e977774d4e
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
2010-04-28 08:15:16 +00:00
..
Lib
Minor fixups to the documentation and preprocessor tokens.
2010-02-02 13:29:07 +00:00
Descriptors.c
Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects.
2010-03-22 07:12:25 +00:00
Descriptors.h
Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects.
2010-03-22 07:12:25 +00:00
Doxygen.conf
Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.
2010-02-03 00:57:49 +00:00
makefile
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
2010-04-28 08:15:16 +00:00
MassStorageKeyboard.c
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
2010-04-28 07:48:26 +00:00
MassStorageKeyboard.h
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
2010-04-28 07:48:26 +00:00
MassStorageKeyboard.txt
…