aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rename HOST_* to PROTOCOL_* in protocol/*.mktmk2013-03-114-12/+9
|
* Add bootmagic.c and fix bootloader_jumptmk2013-03-092-3/+9
|
* Fix keymap for new frameworktmk2013-03-051-0/+4
|
* Fix software serial configuretmk2013-02-251-45/+53
|
* Add serial_uart.c and use it for PC98tmk2013-02-251-0/+93
|
* Add parity option in serial_soft.ctmk2013-02-251-7/+32
|
* Fix debug code of serial_soft.ctmk2013-02-231-6/+26
|
* Fix softwere serialtmk2013-02-222-27/+18
|
* Quick Fix: read scan code from PC98tmk2013-02-221-8/+34
|
* Add initial files for PC98tmk2013-02-221-1/+17
|
* Now includes LUFA-120730 in repositorytmk2013-02-11306-0/+64019
|
* Add support for LUFA-120730tmk2013-02-112-14/+29
|
* Merge branch 'gh60'tmk2013-02-101-3/+0
|\
| * Remove DEBUG_LED from pjrc stack.tmk2012-12-271-3/+0
| |
* | Support for ISO/JIS keys on ADB(Issue#22)tmk2013-02-031-0/+1
|/ | | | | | | - ISO/JIS specific keys support.(Not tested :) - Learned how to convert ADB into HID code from: http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c - Left of 1 key generates 0x0A(ADB scan code) on German layout AEKII.
* Add ADB extended keyboard support by blargg@GH.tmk2012-12-122-5/+20
| | | | This offers distinction between left/right modifiers.
* Fix debug pirnt and magic key.(M0110)tmk2012-12-051-1/+1
|
* Fix Sony NEWS pinouts in commenttmk2012-11-151-4/+4
|
* Fix and keymap of hid_liber from alaricljs at geekhack.org.tmk2012-11-131-11/+11
|
* Fix usage of debug flagtmk2012-10-274-43/+2
|
* Add LED feature to Sun convertertmk2012-10-212-16/+42
|
* Use software serial for Sun.tmk2012-10-191-4/+43
|
* Add Sun converter initial files.tmk2012-10-182-0/+120
|
* Fix projects for new keycodestmk2012-10-173-56/+56
|
* Fix HHKB iWRAP buildtmk2012-10-171-4/+6
|
* Add command console and mouseky parameters tweak.tmk2012-10-171-5/+5
|
* Clean host.h interface.tmk2012-10-171-2/+2
|
* changes function name keyboard_proc to keyboard_tasktmk2012-10-173-3/+3
|
* Initial version of new code for layer switch is added.tmk2012-10-171-1/+1
|
* Fix PS/2 protocol build optionstmk2012-10-141-7/+8
|
* To prevent key stuck clear matrix array when ADB error occurs.tmk2012-09-201-0/+5
|
* ad hoc fix for wrong bit read problem of adb.c.tmk2012-09-191-0/+6
|
* Fix timeout logic of LUFA sendchar(), sned_*().tmk2012-09-061-6/+34
|
* Add converter/usb_usb/READMEtmk2012-09-051-1/+2
|
* usb_hid: workaround for compile on Windows.tmk2012-09-042-0/+16
|
* usb_hid: Fix timer size uint16_t to uint32_t;tmk2012-09-025-10/+21
|
* Add submodule USB_Host_Shield_2.0 from my repositry.tmk2012-09-021-0/+0
|
* Remove submodule USB_Host_Shield_2.0(original).tmk2012-09-011-0/+0
|
* Add USB to USB converter. unmature.tmk2012-08-281-2/+15
|
* test build of 'Host shield' in minimal env.tmk2012-08-2818-259/+442
|
* Add USB_Host_Shield_2.0 and arduino-1.0.1 in usb_hid.tmk2012-08-2842-0/+8139
|
* Add USB HID(host) protocol.(not finished)tmk2012-08-286-0/+295
|
* 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)
* Add support of USBasp bootloader.tmk2012-06-302-52/+7
|