Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | integrate V-USB support into ps2_usb | tmk | 2011-02-22 | 27 | -1183/+176 |
| | |||||
* | Synchronous USART support for PS/2 on V-USB stack | tmk | 2011-02-22 | 11 | -269/+527 |
| | |||||
* | PS/2: request to resend when error is occured. | tmk | 2011-02-22 | 4 | -110/+93 |
| | |||||
* | fixed: not to send key if fn_keycode is modifier | tmk | 2011-02-22 | 2 | -9/+29 |
| | |||||
* | host interface for pjrc | tmk | 2011-02-22 | 24 | -329/+472 |
| | |||||
* | refactor keyboard.h, host.h | tmk | 2011-02-22 | 21 | -350/+512 |
| | |||||
* | added protocol stack: pjrc, vusb | tmk | 2011-02-22 | 55 | -1832/+836 |
| | |||||
* | define sendcha() in usb_debug.c | tmk | 2011-02-22 | 2 | -4/+2 |
| | |||||
* | PS/2 library receives data partially by interrupt | tmk | 2011-02-22 | 11 | -106/+275 |
| | |||||
* | added initial support of mousekeys to ps2_vusb | tmk | 2011-02-22 | 14 | -270/+676 |
| | |||||
* | added PS/2 to USB converter use V-USB as protocol stack | tmk | 2011-02-22 | 40 | -18/+10003 |
| | |||||
* | Merge branch 'master' of github.com:tmk/tmk_keyboard | tmk | 2011-02-22 | 1 | -1/+10 |
|\ | |||||
| * | added some short keycode names for ISO and JIS keyboard. | tmk | 2011-02-17 | 1 | -1/+10 |
| | | |||||
* | | added note about external pull resistor on DATA line. | tmk | 2011-02-13 | 1 | -0/+4 |
|/ | |||||
* | fixed mousekey delay to do double/triple click easily. | tmk | 2011-01-25 | 1 | -1/+2 |
| | |||||
* | Exceptional handling for PS/2 scan code set 2 | tmk | 2011-01-25 | 2 | -116/+150 |
| | | | | changed names which does not comply to C spec.(underscore prefix names) | ||||
* | rewrite code of layer switching | tmk | 2011-01-23 | 2 | -69/+101 |
| | |||||
* | PS/2 to USB keyboard converter | tmk | 2011-01-23 | 12 | -17/+967 |
| | |||||
* | added description of ADB socket pintouts. | tmk | 2011-01-17 | 1 | -4/+18 |
| | |||||
* | changed wait time for volume control. | tmk | 2011-01-17 | 1 | -2/+2 |
| | |||||
* | changed special mode key for macway: Left Shift + Right Shift | tmk | 2011-01-17 | 1 | -2/+1 |
| | |||||
* | ADB keyboard LEDs support | tmk | 2011-01-13 | 5 | -13/+60 |
| | |||||
* | added 'Keymap' section to adb/README. | tmk | 2011-01-13 | 1 | -0/+37 |
| | |||||
* | change keycodes and define keymap macro for AEK. | tmk | 2011-01-13 | 6 | -254/+289 |
| | | | | | ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c FIX: keycodes for Keypad, Fn and Mousekey. | ||||
* | ADB to USB keyboard converter | tmk | 2011-01-13 | 8 | -0/+809 |
| | |||||
* | FIX: error handling in ps2.c | tmk | 2011-01-11 | 1 | -1/+7 |
| | |||||
* | added a file TODO. | tmk | 2011-01-06 | 1 | -0/+103 |
| | |||||
* | changed signature of keymap_fn_layer() in keymap_skel.h. | tmk | 2011-01-06 | 4 | -15/+13 |
| | | | | FIX: name of mousekey macros usb_keycodes.h. | ||||
* | added config option: MATRIX_HAS_GHOST and fixed some on matrix.c | tmk | 2011-01-06 | 7 | -74/+212 |
| | | | | | | | 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. | tmk | 2011-01-06 | 1 | -45/+67 |
| | |||||
* | add a build option: USB_EXTRA_ENABLE | tmk | 2011-01-05 | 7 | -35/+121 |
| | |||||
* | add error handling to ps2_mouse | tmk | 2011-01-04 | 3 | -10/+58 |
| | |||||
* | Add PS/2 mouse support to connect TrackPoint Unit. | tmk | 2011-01-02 | 27 | -312/+952 |
| | | | | Change build options: Makefile and config.h. See README. | ||||
* | change keyboard report descriptor for NKRO. | tmk | 2010-12-11 | 4 | -50/+98 |
| | | | | It uses 1byte for modifiers and 15bytes(120bits) for keys now. | ||||
* | add build option: NKRO_ENABLE(remove: USB_12KRO) | tmk | 2010-12-08 | 12 | -260/+414 |
| | |||||
* | tuning layer switch timing. | tmk | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | add build option USB_12KRO. | tmk | 2010-11-26 | 6 | -249/+41 |
| | |||||
* | support 12KRO | tmk | 2010-11-24 | 5 | -44/+344 |
| | |||||
* | add system controls(power down/wake up) from generic desktop page(HID) | tmk | 2010-11-18 | 7 | -51/+140 |
| | |||||
* | add audio controls from consumer page(HID) | tmk | 2010-11-17 | 7 | -10/+134 |
| | |||||
* | change hhkb/keymap | tmk | 2010-11-16 | 2 | -13/+16 |
| | |||||
* | Merge branch 'led' | tmk | 2010-11-07 | 2 | -5/+12 |
|\ | |||||
| * | FIX: LED debug | tmk | 2010-11-06 | 2 | -5/+12 |
| | | |||||
* | | output previous key state on TP1684 when scaning matrix. | tmk | 2010-11-07 | 2 | -14/+31 |
|/ | |||||
* | repeating Fn key: press twice quickly to repeat. | tmk | 2010-11-04 | 1 | -20/+28 |
| | |||||
* | revise Fn key processing. | tmk | 2010-11-03 | 7 | -160/+293 |
| | |||||
* | improve layer switching | tmk | 2010-10-30 | 21 | -228/+289 |
| | |||||
* | ADD: macway/doc | tmk | 2010-10-28 | 14 | -17/+21 |
| | | | | FIX: keymap | ||||
* | v2.0: HHKB/Macway support merged | tmk | 2010-10-27 | 1 | -0/+3 |
| | |||||
* | new build method for macway | tmk | 2010-10-27 | 17 | -227/+432 |
| |