This website requires JavaScript.
Explore
Help
Sign In
mirror
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2025-09-10 17:15:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
59c4871f8011247a056f6ca2ca8aca89000e3841
qmk_firmware
/
Demos
/
Device
/
Incomplete
/
Sideshow
History
Dean Camera
59c4871f80
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
..
Lib
Add const keyword to the demo function parameters where possible.
2010-04-18 12:10:30 +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
makefile
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
Sideshow.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
Sideshow.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