This website requires JavaScript.
Explore
Help
Sign in
ahoneybun
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Original QMK firmware repository
https://qmk.fm
37
commits
55
branches
1460
tags
329
MiB
C
90.9%
C++
5.9%
Python
1.8%
Makefile
1.2%
ca641bba83
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Dean Camera
ca641bba83
Corrected bitfields -- the smallest datatype required for each bitfield is now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta).
2009-03-26 03:22:02 +00:00
Bootloaders
Fixed CDC demo not sending an empty packet after each transfer to prevent the host from buffering incomming data.
2009-03-23 05:43:49 +00:00
Demos
Corrected bitfields -- the smallest datatype required for each bitfield is now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta).
2009-03-26 03:22:02 +00:00
LUFA
Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_DEVICE is defined (thanks to Ian Gregg).
2009-03-26 00:20:28 +00:00
Projects
Fixed CDC demo not sending an empty packet after each transfer to prevent the host from buffering incomming data.
2009-03-23 05:43:49 +00:00
LUFA.pnproj
Fixed CDC demo not sending an empty packet after each transfer to prevent the host from buffering incomming data.
2009-03-23 05:43:49 +00:00
makefile
Moved all source to the trunk directory.
2009-02-23 07:08:34 +00:00