summaryrefslogtreecommitdiffstats
path: root/converter
Commit message (Collapse)AuthorAgeFilesLines
* Add doc 4704.txt and protocol commenttmk2014-02-101-0/+147
|
* Add keymap_hasu.ctmk2014-02-104-5/+90
|
* Add README.mdtmk2014-02-101-10/+23
|
* Tweak keyboard initializetmk2014-02-091-33/+24
|
* Add Initial files of 4704_usbtmk2014-02-098-0/+531
|
* Spellchecking converter README files.Thomas Russell Murphy2014-01-078-17/+17
|
* Added NeXT keyboard converterBenjamin Gould2014-01-067-0/+759
|
* Add TRS-80 model 100 instructiontmk2014-01-031-3/+8
|
* Merge branch 'master' of github.com:tmk/tmk_keyboardtmk2014-01-032-5/+4
|\
| * fix hard-coded keysYann Hodique2013-12-261-4/+4
| | | | | | | | values provided to macro were not used for the "K61,K49,K33, K30" block
| * fix compilationYann Hodique2013-12-261-1/+0
| |
* | Add ascii_usb ASCII Serial Console terminal convertertmk2014-01-036-0/+447
|/
* Make ps2_usart default and fix SpaceFNtmk2013-12-022-3/+3
|
* Add SpaceFN keymap and JIS keymaptmk2013-11-295-408/+142
|
* Merge pull request #80 from gblargg/mastertmk2013-11-271-3/+17
|\ | | | | Fixed handling of ADB event with key down and key up for same key all in...
| * Fixed handling of ADB event with key down and key up for same key all in oneShay Green2013-11-261-3/+17
| |
* | Merge pull request #81 from bgould/mastertmk2013-11-276-0/+786
|\ \ | | | | | | Add support for Adafruit's Bluefruit
| * | Added bluefruit protocol and converter for 70% MBenjamin Gould2013-11-276-0/+786
| | |
* | | 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
| |/ |/|
* | Remove tentative files from blarggtmk2013-11-083-385/+0
| |
* | Disable BOOTMAGIC and fix debug prints of adb_usbtmk2013-11-082-6/+6
| |
* | Fix ADB led_set(); remove delaytmk2013-11-081-2/+0
| | | | | | | | | | | | - the 100ms delay causes keystroke drop; this is observable with pressing Numlock key on AEK repeatedly - without the delay LED sync problem doesn't occur now
* | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgstmk2013-10-281-0/+4
| |
* | Delete MOUSEKEY_DELAY_TIME in config.htmk2013-10-283-18/+0
|/
* Merge blargg's fix into adb.ctmk2013-10-142-1/+11
| | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
* Add ADB protocol files from blargg's worktmk2013-10-113-0/+385
| | | | - <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
* Change ADB scan delay 12mstmk2013-10-091-1/+1
|
* Fix ADB missing keystrokes problem Thanks, blargg! #14tmk2013-10-081-0/+1
| | | | | - Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
* Make LUFA stack as default for ADB convertertmk2013-10-083-151/+151
|
* Remove clear matrix on ADB recv errortmk2013-10-041-3/+1
|
* Change for default keymap of keymap editortmk2013-09-251-9/+46
|
* Add build option KEYMAP_SECTION_ENABLE to m0110tmk2013-09-251-0/+1
|
* Fix README of M0110tmk2013-09-213-64/+64
|
* Change keymap and enable bootmagic of M0110tmk2013-09-213-59/+49
|
* Change m0110 pin configuration: swap D0 and D1tmk2013-09-201-2/+2
|
* Change Makefile and port settingtmk2013-08-046-116/+76
| | | | | | - Makefile use LUFA now - Change MCU ports PF{0,1} to PD{0,1} - Add build option for keymap to Makefile: make keymap=hasu
* Add mechanical locking switch support for NumLock and ScrollLocktmk2013-07-233-13/+13
|
* Add compile conditional for assembler(xprintf)tmk2013-07-151-0/+2
|
* Add JIS layout to x68ktmk2013-06-221-5/+15
|
* Use serial_uart.c instead of x68k.c nowtmk2013-06-224-26/+13
|
* Add LED support to x68ktmk2013-06-223-12/+55
|
* Add description of 'LED special function of X68000'tmk2013-06-221-0/+22
|
* Add legacy keymap support for x68ktmk2013-06-191-0/+2
|
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-211-1/+1
| | | | | | | | | - Remove prog_char from xpritnf - Remove prog_macro_t from acton_macro avr-libc-1.8 removed 'prog_*' typedef because the usage of the __progmem__ attribute on a type is not supported in GCC. http://www.nongnu.org/avr-libc/changes-1.8.html
* Fix README of terminal convertertmk2013-05-041-25/+15
|
* Add support of Model F 122 terminal keyboardtmk2013-05-049-480/+338
| | | | | | - change initialize of keyboard in matrix_scan() - keymap for 122 keys - Mafilefie and config.h for LUFA and PS/2 USART