summaryrefslogtreecommitdiffstats
path: root/converter/ps2_usb
Commit message (Collapse)AuthorAgeFilesLines
* Revert ps2_usb/Makefile and config.htmk2014-08-262-52/+1
|
* integrated serial mouse drivers as a feature into the firmware architectureRobin Haberkorn2014-07-272-0/+51
| | | | | | | | | * 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
* fixed PS/2 keyboard converter configRobin Haberkorn2014-07-271-1/+1
| | | | | When using the PS/2 interrupt implementation, the DATA pin should be PD0 as the documentation (README.md) states.
* Fixing typoTiBounise2014-06-201-1/+1
|
* Fix keymap of ps2_usbtmk2014-06-122-5/+4
|
* Add Makefiles for TMK converters.tmk2014-04-297-99/+465
|
* Spellchecking converter README files.Thomas Russell Murphy2014-01-071-2/+2
|
* Make ps2_usart default and fix SpaceFNtmk2013-12-022-3/+3
|
* Add SpaceFN keymap and JIS keymaptmk2013-11-295-408/+142
|
* Add new keymap filetmk2013-11-285-379/+329
|
* Fix key stack and PS/2 Overruntmk2013-11-282-46/+73
|
* Fix ps2_host_recv_responsetmk2013-11-261-5/+5
|
* Add ps2_busywait.c and recfactor PS/2 protocoltmk2013-11-251-7/+21
|
* Fix Makfile and config.h for LUFA in ps2_usbtmk2013-11-252-55/+79
|
* Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgstmk2013-10-281-0/+4
|
* Delete MOUSEKEY_DELAY_TIME in config.htmk2013-10-281-6/+0
|
* Remove common/controller_teensy.htmk2013-04-131-2/+0
|
* Fix BOOTLOADER_SIZE settingtmk2013-03-291-1/+1
|
* Fix keymap to adjust new keyboard.c.tmk2012-10-192-8/+8
|
* Fix projects for new keycodestmk2012-10-173-86/+86
|
* Fix PS/2 protocol build optionstmk2012-10-1410-313/+495
|
* Fix Makefiles.tmk2012-06-303-6/+23
|
* Made directories for keyboard and converter projects.tmk2012-06-0812-0/+1886