summaryrefslogtreecommitdiffstats
path: root/protocol/lufa/lufa.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the way of sending out IN packet.tmk2012-08-281-22/+19
| | | | | This fixes problem that it losts keycode when send keycodes in row in layer.c. Undef CONSOLE_ENABLE build option makes this problem clear.
* Add CONSOLE_ENABLE build option to LUFA.tmk2012-07-201-13/+34
|
* Interrupt driven Control ep and Console tasktmk2012-07-081-39/+61
|
* confirm SetReport LED.tmk2012-06-291-58/+64
|
* Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.tmk2012-06-291-8/+24
|
* Add protocol/lufa. LUFA supported now.tmk2012-06-281-0/+386