aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/lufa
Commit message (Collapse)AuthorAgeFilesLines
* Fix NKRO code when NKRO is disabletmk2014-07-201-0/+2
|
* Fix set LED for NKRO keyboard interfacetmk2014-04-291-0/+1
|
* Unused endpoint of console OUT is commentout'dtmk2014-04-292-1/+7
|
* Check if LUFA-git really exists(Fix #118)tmk2014-04-281-0/+1
|
* NKRO is disable when SET_PROTOCOL(boot)tmk2014-04-271-1/+4
| | | | | - Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request
* Make NKRO deafult when it is availabletmk2014-04-271-23/+24
| | | | - NKRO is used only when keyboard_protocol = 1(report)
* Add LUFA git repository(release 140302)tmk2014-04-253-6/+15
|
* Move macro definitions from lufa.c to lufa.htmk2014-04-252-9/+11
|
* Change LUFA build optionstmk2014-04-241-2/+2
|
* Return when ready check loop is timeouted(Fix #115)tmk2014-04-222-13/+27
|
* Change PollingIntervalMS to 10ms(Fix #114)tmk2014-04-211-1/+1
|
* Add ps2_usart.c and fix set_led at USB waketmk2013-11-281-2/+2
|
* Wait for USB starting up to make debug print availabletmk2013-11-191-1/+8
|
* Fix LUFA blocking during startuptmk2013-09-251-0/+2
| | | | - Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
* Fix USB initilaize on LUFAtmk2013-09-211-1/+6
| | | | | | | | | | - Add print messages of USB intialize procesure. - call out sei() in earlier stage. LUFA API doc of USB_Init() says: interrupts must be enabled within 500ms ... to ensure that the host does not time out whilst enumerating the device - remove matrix_init() from suspend_wakeup_init(). It is not needed in fact and if matrix_init() takes long time to initialize it prevents host emnumerating the device.
* Add NKRO support for LUFAtmk2013-07-283-8/+109
|
* Fix LUFA host driver for unconfigured statetmk2013-04-131-0/+12
|
* Fix USB Descriptorstmk2013-04-131-4/+7
|
* Add supsend and wakeup to pjrc stacktmk2013-03-271-83/+4
|
* Add breathing sleep LED during USB suspendtmk2013-03-161-9/+27
|
* Add power down mode sleep and watchdog interrupttmk2013-03-141-3/+73
|
* Add intial code of RemoteWakeUptmk2013-03-131-4/+36
|
* Now includes LUFA-120730 in repositorytmk2013-02-11306-0/+64019
|
* Add support for LUFA-120730tmk2013-02-111-10/+19
|
* Fix usage of debug flagtmk2012-10-271-9/+2
|
* Initial version of new code for layer switch is added.tmk2012-10-171-1/+1
|
* Fix timeout logic of LUFA sendchar(), sned_*().tmk2012-09-061-6/+34
|
* test build of 'Host shield' in minimal env.tmk2012-08-282-44/+63
|
* 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-203-88/+139
|
* Interrupt driven Control ep and Console tasktmk2012-07-082-40/+62
|
* Fix LUFA descriptor of Extra for Windowstmk2012-07-021-4/+4
| | | | | - worked on Linux but not on Windows (logica/usage MINIMUM must start at 0x001)
* confirm SetReport LED.tmk2012-06-293-59/+85
|
* Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.tmk2012-06-293-22/+104
|
* Make console compatible with PJRC hid_listen.tmk2012-06-281-2/+2
|
* Add protocol/lufa. LUFA supported now.tmk2012-06-284-0/+1038