summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-04minor fix for HHKB Makefile and doctmk2-9/+9
2011-03-10FIX: send last report when idle timeouts. (pjrc)tmk9-9/+23
2011-02-25ADD: V-USB Circuit in READMEtmk1-0/+24
2011-02-25FIX: host_get_first_key in vusb/host.ctmk1-7/+10
2011-02-21v3.0 cleanse filestmk5-284/+240
2011-02-21fixed hhkb to comply new API.tmk8-123/+33
2011-02-21fixed macway to comply new API.tmk5-57/+33
2011-02-21fixed adb_usb to comply new API.tmk8-103/+76
2011-02-21integrate V-USB support into ps2_usbtmk27-1183/+176
2011-02-21Synchronous USART support for PS/2 on V-USB stacktmk11-269/+527
2011-02-21PS/2: request to resend when error is occured.tmk4-110/+93
2011-02-21fixed: not to send key if fn_keycode is modifiertmk2-9/+29
2011-02-21host interface for pjrctmk24-329/+472
2011-02-21refactor keyboard.h, host.htmk21-350/+512
2011-02-21added protocol stack: pjrc, vusbtmk55-1832/+836
2011-02-21define sendcha() in usb_debug.ctmk2-4/+2
2011-02-21PS/2 library receives data partially by interrupttmk11-106/+275
2011-02-21added initial support of mousekeys to ps2_vusbtmk14-270/+676
2011-02-21added PS/2 to USB converter use V-USB as protocol stacktmk40-18/+10003
2011-02-21Merge branch 'master' of github.com:tmk/tmk_keyboardtmk1-1/+10
2011-02-17added some short keycode names for ISO and JIS keyboard.tmk1-1/+10
2011-02-13added note about external pull resistor on DATA line.tmk1-0/+4
2011-01-24fixed mousekey delay to do double/triple click easily.tmk1-1/+2
2011-01-24Exceptional handling for PS/2 scan code set 2tmk2-116/+150
2011-01-22rewrite code of layer switchingtmk2-69/+101
2011-01-22PS/2 to USB keyboard convertertmk12-17/+967
2011-01-16added description of ADB socket pintouts.tmk1-4/+18
2011-01-16changed wait time for volume control.tmk1-2/+2
2011-01-16changed special mode key for macway: Left Shift + Right Shifttmk1-2/+1
2011-01-13ADB keyboard LEDs supporttmk5-13/+60
2011-01-13added 'Keymap' section to adb/README.tmk1-0/+37
2011-01-13change keycodes and define keymap macro for AEK.tmk6-254/+289
2011-01-12ADB to USB keyboard convertertmk8-0/+809
2011-01-11FIX: error handling in ps2.ctmk1-1/+7
2011-01-06added a file TODO.tmk1-0/+103
2011-01-06changed signature of keymap_fn_layer() in keymap_skel.h.tmk4-15/+13
2011-01-06added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk7-74/+212
2011-01-06add "Build your own firmware" and "Features" section to README.tmk1-45/+67
2011-01-04add a build option: USB_EXTRA_ENABLEtmk7-35/+121
2011-01-04add error handling to ps2_mousetmk3-10/+58
2011-01-02Add PS/2 mouse support to connect TrackPoint Unit.tmk27-312/+952
2010-12-11change keyboard report descriptor for NKRO.tmk4-50/+98
2010-12-07add build option: NKRO_ENABLE(remove: USB_12KRO)tmk12-260/+414
2010-11-26tuning layer switch timing.tmk1-1/+1
2010-11-25add build option USB_12KRO.tmk6-249/+41
2010-11-24support 12KROtmk5-44/+344
2010-11-18add system controls(power down/wake up) from generic desktop page(HID)tmk7-51/+140
2010-11-17add audio controls from consumer page(HID)tmk7-10/+134
2010-11-16change hhkb/keymaptmk2-13/+16
2010-11-07Merge branch 'led'tmk2-5/+12