summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-22v3.0 cleanse filestmk
2011-02-22fixed hhkb to comply new API.tmk
2011-02-22fixed macway to comply new API.tmk
2011-02-22fixed adb_usb to comply new API.tmk
2011-02-22integrate V-USB support into ps2_usbtmk
2011-02-22Synchronous USART support for PS/2 on V-USB stacktmk
2011-02-22PS/2: request to resend when error is occured.tmk
2011-02-22fixed: not to send key if fn_keycode is modifiertmk
2011-02-22host interface for pjrctmk
2011-02-22refactor keyboard.h, host.htmk
2011-02-22added protocol stack: pjrc, vusbtmk
2011-02-22define sendcha() in usb_debug.ctmk
2011-02-22PS/2 library receives data partially by interrupttmk
2011-02-22added initial support of mousekeys to ps2_vusbtmk
2011-02-22added PS/2 to USB converter use V-USB as protocol stacktmk
2011-02-22Merge branch 'master' of github.com:tmk/tmk_keyboardtmk
2011-02-17added some short keycode names for ISO and JIS keyboard.tmk
2011-02-13added note about external pull resistor on DATA line.tmk
2011-01-25fixed mousekey delay to do double/triple click easily.tmk
2011-01-25Exceptional handling for PS/2 scan code set 2tmk
2011-01-23rewrite code of layer switchingtmk
2011-01-23PS/2 to USB keyboard convertertmk
2011-01-17added description of ADB socket pintouts.tmk
2011-01-17changed wait time for volume control.tmk
2011-01-17changed special mode key for macway: Left Shift + Right Shifttmk
2011-01-13ADB keyboard LEDs supporttmk
2011-01-13added 'Keymap' section to adb/README.tmk
2011-01-13change keycodes and define keymap macro for AEK.tmk
2011-01-13ADB to USB keyboard convertertmk
2011-01-11FIX: error handling in ps2.ctmk
2011-01-06added a file TODO.tmk
2011-01-06changed signature of keymap_fn_layer() in keymap_skel.h.tmk
2011-01-06added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk
2011-01-06add "Build your own firmware" and "Features" section to README.tmk
2011-01-05add a build option: USB_EXTRA_ENABLEtmk
2011-01-04add error handling to ps2_mousetmk
2011-01-02Add PS/2 mouse support to connect TrackPoint Unit.tmk
2010-12-11change keyboard report descriptor for NKRO.tmk
2010-12-08add build option: NKRO_ENABLE(remove: USB_12KRO)tmk
2010-11-26tuning layer switch timing.tmk
2010-11-26add build option USB_12KRO.tmk
2010-11-24support 12KROtmk
2010-11-18add system controls(power down/wake up) from generic desktop page(HID)tmk
2010-11-17add audio controls from consumer page(HID)tmk
2010-11-16change hhkb/keymaptmk
2010-11-07Merge branch 'led'tmk
2010-11-07output previous key state on TP1684 when scaning matrix.tmk
2010-11-06FIX: LED debugtmk
2010-11-04repeating Fn key: press twice quickly to repeat.tmk
2010-11-03revise Fn key processing.tmk