summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added initial V-USB support for HHKBtmk2011-05-16
|
* move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dirtmk2011-05-07
|
* fix bug: send Fn key even after the layer is used.tmk2011-05-04
|
* ad hoc fix for IDLE bug which affects on Mac only.tmk2011-05-04
|
* fix for ps2_usb Makefile and circuittmk2011-05-04
|
* minor fix for HHKB Makefile and doctmk2011-05-04
|
* FIX: send last report when idle timeouts. (pjrc)tmk2011-03-10
|
* ADD: V-USB Circuit in READMEtmk2011-02-25
|
* FIX: host_get_first_key in vusb/host.ctmk2011-02-25
|
* v3.0 cleanse filestmk2011-02-22
|
* fixed hhkb to comply new API.tmk2011-02-22
|
* fixed macway to comply new API.tmk2011-02-22
|
* fixed adb_usb to comply new API.tmk2011-02-22
|
* integrate V-USB support into ps2_usbtmk2011-02-22
|
* Synchronous USART support for PS/2 on V-USB stacktmk2011-02-22
|
* PS/2: request to resend when error is occured.tmk2011-02-22
|
* fixed: not to send key if fn_keycode is modifiertmk2011-02-22
|
* host interface for pjrctmk2011-02-22
|
* refactor keyboard.h, host.htmk2011-02-22
|
* added protocol stack: pjrc, vusbtmk2011-02-22
|
* define sendcha() in usb_debug.ctmk2011-02-22
|
* PS/2 library receives data partially by interrupttmk2011-02-22
|
* added initial support of mousekeys to ps2_vusbtmk2011-02-22
|
* added PS/2 to USB converter use V-USB as protocol stacktmk2011-02-22
|
* Merge branch 'master' of github.com:tmk/tmk_keyboardtmk2011-02-22
|\
| * added some short keycode names for ISO and JIS keyboard.tmk2011-02-17
| |
* | added note about external pull resistor on DATA line.tmk2011-02-13
|/
* fixed mousekey delay to do double/triple click easily.tmk2011-01-25
|
* Exceptional handling for PS/2 scan code set 2tmk2011-01-25
| | | | changed names which does not comply to C spec.(underscore prefix names)
* rewrite code of layer switchingtmk2011-01-23
|
* PS/2 to USB keyboard convertertmk2011-01-23
|
* added description of ADB socket pintouts.tmk2011-01-17
|
* changed wait time for volume control.tmk2011-01-17
|
* changed special mode key for macway: Left Shift + Right Shifttmk2011-01-17
|
* ADB keyboard LEDs supporttmk2011-01-13
|
* added 'Keymap' section to adb/README.tmk2011-01-13
|
* change keycodes and define keymap macro for AEK.tmk2011-01-13
| | | | | ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c FIX: keycodes for Keypad, Fn and Mousekey.
* ADB to USB keyboard convertertmk2011-01-13
|
* FIX: error handling in ps2.ctmk2011-01-11
|
* added a file TODO.tmk2011-01-06
|
* changed signature of keymap_fn_layer() in keymap_skel.h.tmk2011-01-06
| | | | FIX: name of mousekey macros usb_keycodes.h.
* added config option: MATRIX_HAS_GHOST and fixed some on matrix.ctmk2011-01-06
| | | | | | | 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.
* add "Build your own firmware" and "Features" section to README.tmk2011-01-06
|
* add a build option: USB_EXTRA_ENABLEtmk2011-01-05
|
* add error handling to ps2_mousetmk2011-01-04
|
* Add PS/2 mouse support to connect TrackPoint Unit.tmk2011-01-02
| | | | Change build options: Makefile and config.h. See README.
* change keyboard report descriptor for NKRO.tmk2010-12-11
| | | | It uses 1byte for modifiers and 15bytes(120bits) for keys now.
* add build option: NKRO_ENABLE(remove: USB_12KRO)tmk2010-12-08
|
* tuning layer switch timing.tmk2010-11-26
|
* add build option USB_12KRO.tmk2010-11-26
|