summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-31Added PS/2 multimeda key support.tmk
HID Consumer page and System control are also supported now. merged mediakey branch: d53a356cd2011b461843a5c7c1527a61692893c1
2011-05-25added HHKB/README and clean some codes.tmk
2011-05-21added USB_EXTRA feature to HHKB/V-USBtmk
2011-05-16added initial V-USB support for HHKBtmk
2011-05-07move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dirtmk
2011-05-04fix bug: send Fn key even after the layer is used.tmk
2011-05-04ad hoc fix for IDLE bug which affects on Mac only.tmk
2011-05-04fix for ps2_usb Makefile and circuittmk
2011-05-04minor fix for HHKB Makefile and doctmk
2011-03-10FIX: send last report when idle timeouts. (pjrc)tmk
2011-02-25ADD: V-USB Circuit in READMEtmk
2011-02-25FIX: host_get_first_key in vusb/host.ctmk
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
changed names which does not comply to C spec.(underscore prefix names)
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
ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c FIX: keycodes for Keypad, Fn and Mousekey.
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
FIX: name of mousekey macros usb_keycodes.h.
2011-01-06added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk
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.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
Change build options: Makefile and config.h. See README.
2010-12-11change keyboard report descriptor for NKRO.tmk
It uses 1byte for modifiers and 15bytes(120bits) for keys now.