Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-02 | Add PS/2 mouse support to connect TrackPoint Unit. | tmk | |
Change build options: Makefile and config.h. See README. | |||
2010-12-11 | change keyboard report descriptor for NKRO. | tmk | |
It uses 1byte for modifiers and 15bytes(120bits) for keys now. | |||
2010-12-08 | add build option: NKRO_ENABLE(remove: USB_12KRO) | tmk | |
2010-11-26 | add build option USB_12KRO. | tmk | |
2010-11-24 | support 12KRO | tmk | |
2010-11-03 | revise Fn key processing. | tmk | |
2010-10-26 | ADD: keymap macro for human to read easier | tmk | |
ADD: controller.h for controller board definition(teensy) ADD: debug toggle | |||
2010-10-24 | hhkb: refactored | tmk | |
2010-09-30 | add mouse function. | tmk | |
2010-09-24 | add jump_bootloader. | tmk | |
2010-09-23 | divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. | tmk | |