aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-09-29add debouncing into macway/matrix.c.Gravatar tmk
2011-09-22Refactored bootloader jumping. Added USBaspLoader support.Gravatar tmk
2011-09-17Added Bulegiga iWRAP support into HHKB.(Bluetooth)Gravatar tmk
2011-09-01Added locking capslock key support and default now.Gravatar tmk
2011-07-21added copyright and license notice.Gravatar tmk
2011-07-02Change layer pram and keymap of HHKB. Fix vusb/host.c.Gravatar tmk
2011-07-01Add special keycodes for media control. Fix power down command.Gravatar tmk
2011-05-31Added PS/2 multimeda key support.Gravatar tmk
HID Consumer page and System control are also supported now. merged mediakey branch: d53a356cd2011b461843a5c7c1527a61692893c1
2011-05-25added HHKB/README and clean some codes.Gravatar tmk
2011-05-21added USB_EXTRA feature to HHKB/V-USBGravatar tmk
2011-05-16added initial V-USB support for HHKBGravatar tmk
2011-05-07move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dirGravatar tmk
2011-05-04fix bug: send Fn key even after the layer is used.Gravatar tmk
2011-05-04ad hoc fix for IDLE bug which affects on Mac only.Gravatar tmk
2011-05-04fix for ps2_usb Makefile and circuitGravatar tmk
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