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