summaryrefslogtreecommitdiffstats
path: root/usb.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04add a build option: USB_EXTRA_ENABLEtmk1-10/+50
2011-01-02Add PS/2 mouse support to connect TrackPoint Unit.tmk1-8/+8
Change build options: Makefile and config.h. See README.
2010-12-11change keyboard report descriptor for NKRO.tmk1-33/+33
It uses 1byte for modifiers and 15bytes(120bits) for keys now.
2010-12-07add build option: NKRO_ENABLE(remove: USB_12KRO)tmk1-35/+78
2010-11-25add build option USB_12KRO.tmk1-49/+25
2010-11-24support 12KROtmk1-21/+85
2010-11-18add system controls(power down/wake up) from generic desktop page(HID)tmk1-8/+45
2010-11-17add audio controls from consumer page(HID)tmk1-7/+64
2010-11-03revise Fn key processing.tmk1-14/+14
2010-10-27new build method for macwaytmk1-4/+18
2010-10-13add horizontal mouse wheeltmk1-33/+71
2010-10-09HHKB support.tmk1-1/+1
2010-10-01add mouse wheel function.tmk1-26/+42
2010-09-30add mouse function.tmk1-0/+693