aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-04minor fix for HHKB Makefile and docGravatar tmk
2011-03-10FIX: send last report when idle timeouts. (pjrc)Gravatar tmk
2011-02-25ADD: V-USB Circuit in READMEGravatar tmk
2011-02-25FIX: host_get_first_key in vusb/host.cGravatar tmk
2011-02-22v3.0 cleanse filesGravatar tmk
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
changed names which does not comply to C spec.(underscore prefix names)
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
ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c FIX: keycodes for Keypad, Fn and Mousekey.
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
FIX: name of mousekey macros usb_keycodes.h.
2011-01-06added config option: MATRIX_HAS_GHOST and fixed some on matrix.cGravatar tmk
ADD: Build option: MATRIX_HAS_GHOST to enable ghost blocking logic. FIX: choose matrix buffer type(uint8_t/uint16_t) automatically depending on column size in matrix.c. FIX: use uint8_t insted of int in matrix.c.
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
Change build options: Makefile and config.h. See README.
2010-12-11change keyboard report descriptor for NKRO.Gravatar tmk
It uses 1byte for modifiers and 15bytes(120bits) for keys now.
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