Commit Graph

7287 Commits (7c9d5ace143d3cc6d767a354acde814926d566fd)
 

Author SHA1 Message Date
tmk 60052acc0f fixed macway to comply new API. 14 years ago
tmk c958b2d19b fixed adb_usb to comply new API. 14 years ago
tmk fb8d23c60c integrate V-USB support into ps2_usb 14 years ago
tmk 47f5d8b545 Synchronous USART support for PS/2 on V-USB stack 14 years ago
tmk 239bdbf419 PS/2: request to resend when error is occured. 14 years ago
tmk 3015f191a5 fixed: not to send key if fn_keycode is modifier 14 years ago
tmk 9a938eecbd host interface for pjrc 14 years ago
tmk 2b8cd88ab1 refactor keyboard.h, host.h 14 years ago
tmk acc974c64b added protocol stack: pjrc, vusb 14 years ago
tmk 5552b5afea define sendcha() in usb_debug.c 14 years ago
tmk 04f351b802 PS/2 library receives data partially by interrupt 14 years ago
tmk 0632618d29 added initial support of mousekeys to ps2_vusb 14 years ago
tmk 4f5f1a53d4 added PS/2 to USB converter use V-USB as protocol stack 14 years ago
tmk c07408a447 Merge branch 'master' of github.com:tmk/tmk_keyboard 14 years ago
tmk cf95d8308f added some short keycode names for ISO and JIS keyboard. 14 years ago
tmk a96085faf6 added note about external pull resistor on DATA line. 14 years ago
tmk 5bc29b50ef fixed mousekey delay to do double/triple click easily. 14 years ago
tmk 23c686ad46 Exceptional handling for PS/2 scan code set 2
changed names which does not comply to C spec.(underscore prefix names)
14 years ago
tmk a28a2a6a5e rewrite code of layer switching 14 years ago
tmk bf1a37ba71 PS/2 to USB keyboard converter 14 years ago
tmk 7ad93f7850 added description of ADB socket pintouts. 14 years ago
tmk 849b10e921 changed wait time for volume control. 14 years ago
tmk 16be834617 changed special mode key for macway: Left Shift + Right Shift 14 years ago
tmk 06db39583f ADB keyboard LEDs support 14 years ago
tmk 40c24dc89a added 'Keymap' section to adb/README. 14 years ago
tmk c5b9f2b02b change keycodes and define keymap macro for AEK.
ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c
FIX: keycodes for Keypad, Fn and Mousekey.
14 years ago
tmk 56e098d76e ADB to USB keyboard converter 14 years ago
tmk 1f5cd6d7dc FIX: error handling in ps2.c 14 years ago
tmk 035b286b24 added a file TODO. 14 years ago
tmk 3e56e80c7d changed signature of keymap_fn_layer() in keymap_skel.h.
FIX: name of mousekey macros usb_keycodes.h.
14 years ago
tmk fd49c69d1a added config option: MATRIX_HAS_GHOST and fixed some on matrix.c
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.
14 years ago
tmk 590235d4bc add "Build your own firmware" and "Features" section to README. 14 years ago
tmk 6b0c939d72 add a build option: USB_EXTRA_ENABLE 14 years ago
tmk 7272c65d3d add error handling to ps2_mouse 14 years ago
tmk 2a562a4191 Add PS/2 mouse support to connect TrackPoint Unit.
Change build options:  Makefile and config.h. See README.
14 years ago
tmk 1ed336a064 change keyboard report descriptor for NKRO.
It uses 1byte for modifiers and 15bytes(120bits) for keys now.
14 years ago
tmk 51f17f0231 add build option: NKRO_ENABLE(remove: USB_12KRO) 14 years ago
tmk 66ece29b0e tuning layer switch timing. 14 years ago
tmk 37ced39ae2 add build option USB_12KRO. 14 years ago
tmk d6da554687 support 12KRO 14 years ago
tmk 9019c901dd add system controls(power down/wake up) from generic desktop page(HID) 14 years ago
tmk 02d955e9fe add audio controls from consumer page(HID) 14 years ago
tmk 8240e606d4 change hhkb/keymap 14 years ago
tmk 8fc6c265d1 Merge branch 'led' 14 years ago
tmk 2ca3ab18a2 output previous key state on TP1684 when scaning matrix. 14 years ago
tmk 74b3e591fc FIX: LED debug 14 years ago
tmk 89feab2301 repeating Fn key: press twice quickly to repeat. 14 years ago
tmk a31b31e717 revise Fn key processing. 14 years ago
tmk 45d4a7a898 improve layer switching 14 years ago
tmk 6c3b9a2ded ADD: macway/doc
FIX: keymap
14 years ago