summaryrefslogtreecommitdiffstats
path: root/usb_keyboard.c
Commit message (Collapse)AuthorAgeFilesLines
* added protocol stack: pjrc, vusbtmk2011-02-221-253/+0
|
* Add PS/2 mouse support to connect TrackPoint Unit.tmk2011-01-021-5/+5
| | | | Change build options: Makefile and config.h. See README.
* change keyboard report descriptor for NKRO.tmk2010-12-111-1/+2
| | | | It uses 1byte for modifiers and 15bytes(120bits) for keys now.
* add build option: NKRO_ENABLE(remove: USB_12KRO)tmk2010-12-081-81/+129
|
* add build option USB_12KRO.tmk2010-11-261-3/+5
|
* support 12KROtmk2010-11-241-15/+40
|
* revise Fn key processing.tmk2010-11-031-51/+107
|
* ADD: keymap macro for human to read easiertmk2010-10-261-0/+2
| | | | | ADD: controller.h for controller board definition(teensy) ADD: debug toggle
* hhkb: refactoredtmk2010-10-241-0/+43
|
* divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.tmk2010-09-231-0/+76