Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-26 | Revert ps2_usb/Makefile and config.h | tmk | |
2014-07-27 | integrated serial mouse drivers as a feature into the firmware architecture | Robin Haberkorn | |
* can be enabled by defining Makefile macro SERIAL_MOUSE_MICROSOFT_ENABLE or SERIAL_MOUSE_MOUSESYSTEMS_ENABLE. * Serial implementation can be chosen via SERIAL_MOUSE_USE_SOFT and SERIAL_MOUSE_USE_UART macros * UART configuration still has to be done in config.h: I added working clauses for both mouse protocols to ps2_usb's config.h | |||
2014-07-27 | fixed PS/2 keyboard converter config | Robin Haberkorn | |
When using the PS/2 interrupt implementation, the DATA pin should be PD0 as the documentation (README.md) states. | |||
2014-06-20 | Fixing typo | TiBounise | |
2014-06-12 | Fix keymap of ps2_usb | tmk | |
2014-04-29 | Add Makefiles for TMK converters. | tmk | |
2014-01-07 | Spellchecking converter README files. | Thomas Russell Murphy | |
2013-12-02 | Make ps2_usart default and fix SpaceFN | tmk | |
2013-11-29 | Add SpaceFN keymap and JIS keymap | tmk | |
2013-11-28 | Add new keymap file | tmk | |
2013-11-28 | Fix key stack and PS/2 Overrun | tmk | |
2013-11-26 | Fix ps2_host_recv_response | tmk | |
2013-11-25 | Add ps2_busywait.c and recfactor PS/2 protocol | tmk | |
2013-11-25 | Fix Makfile and config.h for LUFA in ps2_usb | tmk | |
2013-10-28 | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs | tmk | |
2013-10-28 | Delete MOUSEKEY_DELAY_TIME in config.h | tmk | |
2013-04-13 | Remove common/controller_teensy.h | tmk | |
2013-03-29 | Fix BOOTLOADER_SIZE setting | tmk | |
2012-10-19 | Fix keymap to adjust new keyboard.c. | tmk | |
2012-10-17 | Fix projects for new keycodes | tmk | |
2012-10-14 | Fix PS/2 protocol build options | tmk | |
2012-06-30 | Fix Makefiles. | tmk | |
2012-06-08 | Made directories for keyboard and converter projects. | tmk | |