Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now includes LUFA-120730 in repository | tmk | 2013-02-11 | 306 | -0/+64019 |
| | |||||
* | Add support for LUFA-120730 | tmk | 2013-02-11 | 2 | -14/+29 |
| | |||||
* | Merge branch 'gh60' | tmk | 2013-02-10 | 1 | -3/+0 |
|\ | |||||
| * | Remove DEBUG_LED from pjrc stack. | tmk | 2012-12-27 | 1 | -3/+0 |
| | | |||||
* | | Support for ISO/JIS keys on ADB(Issue#22) | tmk | 2013-02-03 | 1 | -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. | tmk | 2012-12-12 | 2 | -5/+20 |
| | | | | This offers distinction between left/right modifiers. | ||||
* | Fix debug pirnt and magic key.(M0110) | tmk | 2012-12-05 | 1 | -1/+1 |
| | |||||
* | Fix Sony NEWS pinouts in comment | tmk | 2012-11-15 | 1 | -4/+4 |
| | |||||
* | Fix and keymap of hid_liber from alaricljs at geekhack.org. | tmk | 2012-11-13 | 1 | -11/+11 |
| | |||||
* | Fix usage of debug flag | tmk | 2012-10-27 | 4 | -43/+2 |
| | |||||
* | Add LED feature to Sun converter | tmk | 2012-10-21 | 2 | -16/+42 |
| | |||||
* | Use software serial for Sun. | tmk | 2012-10-19 | 1 | -4/+43 |
| | |||||
* | Add Sun converter initial files. | tmk | 2012-10-18 | 2 | -0/+120 |
| | |||||
* | Fix projects for new keycodes | tmk | 2012-10-17 | 3 | -56/+56 |
| | |||||
* | Fix HHKB iWRAP build | tmk | 2012-10-17 | 1 | -4/+6 |
| | |||||
* | Add command console and mouseky parameters tweak. | tmk | 2012-10-17 | 1 | -5/+5 |
| | |||||
* | Clean host.h interface. | tmk | 2012-10-17 | 1 | -2/+2 |
| | |||||
* | changes function name keyboard_proc to keyboard_task | tmk | 2012-10-17 | 3 | -3/+3 |
| | |||||
* | Initial version of new code for layer switch is added. | tmk | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Fix PS/2 protocol build options | tmk | 2012-10-14 | 1 | -7/+8 |
| | |||||
* | To prevent key stuck clear matrix array when ADB error occurs. | tmk | 2012-09-20 | 1 | -0/+5 |
| | |||||
* | ad hoc fix for wrong bit read problem of adb.c. | tmk | 2012-09-19 | 1 | -0/+6 |
| | |||||
* | Fix timeout logic of LUFA sendchar(), sned_*(). | tmk | 2012-09-06 | 1 | -6/+34 |
| | |||||
* | Add converter/usb_usb/README | tmk | 2012-09-05 | 1 | -1/+2 |
| | |||||
* | usb_hid: workaround for compile on Windows. | tmk | 2012-09-04 | 2 | -0/+16 |
| | |||||
* | usb_hid: Fix timer size uint16_t to uint32_t; | tmk | 2012-09-02 | 5 | -10/+21 |
| | |||||
* | Add submodule USB_Host_Shield_2.0 from my repositry. | tmk | 2012-09-02 | 1 | -0/+0 |
| | |||||
* | Remove submodule USB_Host_Shield_2.0(original). | tmk | 2012-09-01 | 1 | -0/+0 |
| | |||||
* | Add USB to USB converter. unmature. | tmk | 2012-08-28 | 1 | -2/+15 |
| | |||||
* | test build of 'Host shield' in minimal env. | tmk | 2012-08-28 | 18 | -259/+442 |
| | |||||
* | Add USB_Host_Shield_2.0 and arduino-1.0.1 in usb_hid. | tmk | 2012-08-28 | 42 | -0/+8139 |
| | |||||
* | Add USB HID(host) protocol.(not finished) | tmk | 2012-08-28 | 6 | -0/+295 |
| | |||||
* | Fix the way of sending out IN packet. | tmk | 2012-08-28 | 1 | -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. | tmk | 2012-07-20 | 3 | -88/+139 |
| | |||||
* | Interrupt driven Control ep and Console task | tmk | 2012-07-08 | 2 | -40/+62 |
| | |||||
* | Fix LUFA descriptor of Extra for Windows | tmk | 2012-07-02 | 1 | -4/+4 |
| | | | | | - worked on Linux but not on Windows (logica/usage MINIMUM must start at 0x001) | ||||
* | Add support of USBasp bootloader. | tmk | 2012-06-30 | 2 | -52/+7 |
| | |||||
* | Add Makefile.lufa to keyboard/hhkb and hbkb. | tmk | 2012-06-30 | 1 | -1/+2 |
| | |||||
* | Fix bootloader.c | tmk | 2012-06-30 | 2 | -42/+1 |
| | |||||
* | confirm SetReport LED. | tmk | 2012-06-29 | 3 | -59/+85 |
| | |||||
* | Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE. | tmk | 2012-06-29 | 3 | -22/+104 |
| | |||||
* | Make console compatible with PJRC hid_listen. | tmk | 2012-06-28 | 1 | -2/+2 |
| | |||||
* | Add protocol/lufa. LUFA supported now. | tmk | 2012-06-28 | 6 | -12/+1084 |
| | |||||
* | Add consumer/system control feature to LUFA. | tmk | 2012-06-28 | 2 | -27/+15 |
| | |||||
* | Add LUFA mouse feature and fix mouse report. | tmk | 2012-06-28 | 2 | -6/+41 |
| | | | | | | - add LUFA boot mouse feature - remove report_id from mouse report - fix LUFA descriptor | ||||
* | Add a keymap layer into ADB converter. | tmk | 2012-06-18 | 1 | -1/+0 |
| | |||||
* | Moved protocol files; news and x68k. | tmk | 2012-06-11 | 4 | -0/+341 |
| | | | | | Renamed sony_usb to news_usb Renamed hbk to hbkb | ||||
* | Fixed Makefile to adjust new directories. | tmk | 2012-06-07 | 3 | -3/+3 |
| | |||||
* | Moved files to common, protocol and doc directory | tmk | 2012-06-07 | 60 | -0/+13820 |