Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port ps2_usb to mbed | tmk | 2014-07-30 | 6 | -4/+153 |
| | |||||
* | Merge pull request #125 from tibounise/patch-1 | tmk | 2014-07-07 | 1 | -1/+1 |
|\ | | | | | Fixing typo | ||||
| * | Fixing typo | TiBounise | 2014-06-20 | 1 | -1/+1 |
| | | |||||
* | | Change keymaps of M0110 | tmk | 2014-06-22 | 8 | -237/+470 |
|/ | |||||
* | Fix keymap of ps2_usb | tmk | 2014-06-12 | 2 | -5/+4 |
| | |||||
* | Add ISO keymap(issue #35) and use new keymap API | tmk | 2014-05-21 | 8 | -128/+276 |
| | |||||
* | Add Makefiles for TMK converters. | tmk | 2014-04-29 | 7 | -99/+465 |
| | |||||
* | Change MCU setting to ATmega32U2 | tmk | 2014-04-25 | 2 | -1/+4 |
| | |||||
* | Fix description of pin usage | tmk | 2014-04-25 | 1 | -4/+1 |
| | |||||
* | Fix markdown syntax | tmk | 2014-02-17 | 1 | -13/+14 |
| | |||||
* | Fix README.md and ibm4704.txt | tmk | 2014-02-17 | 2 | -27/+63 |
| | |||||
* | Change IS_COMMAND macro | tmk | 2014-02-17 | 1 | -0/+1 |
| | |||||
* | Rename a file | tmk | 2014-02-13 | 1 | -0/+0 |
| | |||||
* | Change keymap_plain.c | tmk | 2014-02-11 | 1 | -7/+17 |
| | |||||
* | Change pin configuration | tmk | 2014-02-11 | 2 | -3/+5 |
| | |||||
* | Add connector pinouts | tmk | 2014-02-10 | 1 | -3/+16 |
| | |||||
* | Add doc 4704.txt and protocol comment | tmk | 2014-02-10 | 1 | -0/+147 |
| | |||||
* | Add keymap_hasu.c | tmk | 2014-02-10 | 4 | -5/+90 |
| | |||||
* | Add README.md | tmk | 2014-02-10 | 1 | -10/+23 |
| | |||||
* | Tweak keyboard initialize | tmk | 2014-02-09 | 1 | -33/+24 |
| | |||||
* | Add Initial files of 4704_usb | tmk | 2014-02-09 | 8 | -0/+531 |
| | |||||
* | Spellchecking converter README files. | Thomas Russell Murphy | 2014-01-07 | 8 | -17/+17 |
| | |||||
* | Added NeXT keyboard converter | Benjamin Gould | 2014-01-06 | 7 | -0/+759 |
| | |||||
* | Add TRS-80 model 100 instruction | tmk | 2014-01-03 | 1 | -3/+8 |
| | |||||
* | Merge branch 'master' of github.com:tmk/tmk_keyboard | tmk | 2014-01-03 | 2 | -5/+4 |
|\ | |||||
| * | fix hard-coded keys | Yann Hodique | 2013-12-26 | 1 | -4/+4 |
| | | | | | | | | values provided to macro were not used for the "K61,K49,K33, K30" block | ||||
| * | fix compilation | Yann Hodique | 2013-12-26 | 1 | -1/+0 |
| | | |||||
* | | Add ascii_usb ASCII Serial Console terminal converter | tmk | 2014-01-03 | 6 | -0/+447 |
|/ | |||||
* | Make ps2_usart default and fix SpaceFN | tmk | 2013-12-02 | 2 | -3/+3 |
| | |||||
* | Add SpaceFN keymap and JIS keymap | tmk | 2013-11-29 | 5 | -408/+142 |
| | |||||
* | Merge pull request #80 from gblargg/master | tmk | 2013-11-27 | 1 | -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 one | Shay Green | 2013-11-26 | 1 | -3/+17 |
| | | |||||
* | | Merge pull request #81 from bgould/master | tmk | 2013-11-27 | 6 | -0/+786 |
|\ \ | | | | | | | Add support for Adafruit's Bluefruit | ||||
| * | | Added bluefruit protocol and converter for 70% M | Benjamin Gould | 2013-11-27 | 6 | -0/+786 |
| | | | |||||
* | | | Add new keymap file | tmk | 2013-11-28 | 5 | -379/+329 |
| | | | |||||
* | | | Fix key stack and PS/2 Overrun | tmk | 2013-11-28 | 2 | -46/+73 |
| | | | |||||
* | | | Fix ps2_host_recv_response | tmk | 2013-11-26 | 1 | -5/+5 |
| | | | |||||
* | | | Add ps2_busywait.c and recfactor PS/2 protocol | tmk | 2013-11-25 | 1 | -7/+21 |
| | | | |||||
* | | | Fix Makfile and config.h for LUFA in ps2_usb | tmk | 2013-11-25 | 2 | -55/+79 |
| |/ |/| | |||||
* | | Remove tentative files from blargg | tmk | 2013-11-08 | 3 | -385/+0 |
| | | |||||
* | | Disable BOOTMAGIC and fix debug prints of adb_usb | tmk | 2013-11-08 | 2 | -6/+6 |
| | | |||||
* | | Fix ADB led_set(); remove delay | tmk | 2013-11-08 | 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 | ||||
* | | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs | tmk | 2013-10-28 | 1 | -0/+4 |
| | | |||||
* | | Delete MOUSEKEY_DELAY_TIME in config.h | tmk | 2013-10-28 | 3 | -18/+0 |
|/ | |||||
* | Merge blargg's fix into adb.c | tmk | 2013-10-14 | 2 | -1/+11 |
| | | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | ||||
* | Add ADB protocol files from blargg's work | tmk | 2013-10-11 | 3 | -0/+385 |
| | | | | - <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | ||||
* | Change ADB scan delay 12ms | tmk | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Fix ADB missing keystrokes problem Thanks, blargg! #14 | tmk | 2013-10-08 | 1 | -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 converter | tmk | 2013-10-08 | 3 | -151/+151 |
| | |||||
* | Remove clear matrix on ADB recv error | tmk | 2013-10-04 | 1 | -3/+1 |
| |