Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-17 | Fix markdown syntax | tmk | 1 | -13/+14 | |
2014-02-17 | Fix README.md and ibm4704.txt | tmk | 2 | -27/+63 | |
2014-02-17 | Change IS_COMMAND macro | tmk | 1 | -0/+1 | |
2014-02-13 | Rename a file | tmk | 1 | -0/+0 | |
2014-02-10 | Change keymap_plain.c | tmk | 1 | -7/+17 | |
2014-02-10 | Change pin configuration | tmk | 2 | -3/+5 | |
2014-02-10 | Add connector pinouts | tmk | 1 | -3/+16 | |
2014-02-10 | Add doc 4704.txt and protocol comment | tmk | 1 | -0/+147 | |
2014-02-10 | Add keymap_hasu.c | tmk | 4 | -5/+90 | |
2014-02-09 | Add README.md | tmk | 1 | -10/+23 | |
2014-02-09 | Tweak keyboard initialize | tmk | 1 | -33/+24 | |
2014-02-08 | Add Initial files of 4704_usb | tmk | 8 | -0/+531 | |
2014-01-07 | Spellchecking converter README files. | Thomas Russell Murphy | 8 | -17/+17 | |
2014-01-06 | Added NeXT keyboard converter | Benjamin Gould | 7 | -0/+759 | |
2014-01-03 | Add TRS-80 model 100 instruction | tmk | 1 | -3/+8 | |
2014-01-02 | Merge branch 'master' of github.com:tmk/tmk_keyboard | tmk | 2 | -5/+4 | |
2014-01-02 | Add ascii_usb ASCII Serial Console terminal converter | tmk | 6 | -0/+447 | |
2013-12-27 | fix hard-coded keys | Yann Hodique | 1 | -4/+4 | |
values provided to macro were not used for the "K61,K49,K33, K30" block | |||||
2013-12-27 | fix compilation | Yann Hodique | 1 | -1/+0 | |
2013-12-02 | Make ps2_usart default and fix SpaceFN | tmk | 2 | -3/+3 | |
2013-11-29 | Add SpaceFN keymap and JIS keymap | tmk | 5 | -408/+142 | |
2013-11-28 | Merge pull request #80 from gblargg/master | tmk | 1 | -3/+17 | |
Fixed handling of ADB event with key down and key up for same key all in... | |||||
2013-11-28 | Merge pull request #81 from bgould/master | tmk | 6 | -0/+786 | |
Add support for Adafruit's Bluefruit | |||||
2013-11-28 | Add new keymap file | tmk | 5 | -379/+329 | |
2013-11-28 | Fix key stack and PS/2 Overrun | tmk | 2 | -46/+73 | |
2013-11-27 | Added bluefruit protocol and converter for 70% M | Benjamin Gould | 6 | -0/+786 | |
2013-11-26 | Fixed handling of ADB event with key down and key up for same key all in one | Shay Green | 1 | -3/+17 | |
2013-11-26 | Fix ps2_host_recv_response | tmk | 1 | -5/+5 | |
2013-11-25 | Add ps2_busywait.c and recfactor PS/2 protocol | tmk | 1 | -7/+21 | |
2013-11-25 | Fix Makfile and config.h for LUFA in ps2_usb | tmk | 2 | -55/+79 | |
2013-11-07 | Remove tentative files from blargg | tmk | 3 | -385/+0 | |
2013-11-07 | Disable BOOTMAGIC and fix debug prints of adb_usb | tmk | 2 | -6/+6 | |
2013-11-07 | Fix ADB led_set(); remove delay | tmk | 1 | -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 | |||||
2013-10-28 | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs | tmk | 1 | -0/+4 | |
2013-10-28 | Delete MOUSEKEY_DELAY_TIME in config.h | tmk | 3 | -18/+0 | |
2013-10-14 | Merge blargg's fix into adb.c | tmk | 2 | -1/+11 | |
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||||
2013-10-11 | Add ADB protocol files from blargg's work | tmk | 3 | -0/+385 | |
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | |||||
2013-10-09 | Change ADB scan delay 12ms | tmk | 1 | -1/+1 | |
2013-10-08 | Fix ADB missing keystrokes problem Thanks, blargg! #14 | tmk | 1 | -0/+1 | |
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919> | |||||
2013-10-08 | Make LUFA stack as default for ADB converter | tmk | 3 | -151/+151 | |
2013-10-04 | Remove clear matrix on ADB recv error | tmk | 1 | -3/+1 | |
2013-09-25 | Change for default keymap of keymap editor | tmk | 1 | -9/+46 | |
2013-09-25 | Add build option KEYMAP_SECTION_ENABLE to m0110 | tmk | 1 | -0/+1 | |
2013-09-21 | Fix README of M0110 | tmk | 3 | -64/+64 | |
2013-09-21 | Change keymap and enable bootmagic of M0110 | tmk | 3 | -59/+49 | |
2013-09-19 | Change m0110 pin configuration: swap D0 and D1 | tmk | 1 | -2/+2 | |
2013-08-04 | Change Makefile and port setting | tmk | 6 | -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 | |||||
2013-07-23 | Add mechanical locking switch support for NumLock and ScrollLock | tmk | 3 | -13/+13 | |
2013-07-15 | Add compile conditional for assembler(xprintf) | tmk | 1 | -0/+2 | |
2013-06-21 | Add JIS layout to x68k | tmk | 1 | -5/+15 | |