Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-07 | Merge pull request #125 from tibounise/patch-1 | tmk | |
Fixing typo | |||
2014-06-22 | Change keymaps of M0110 | tmk | |
2014-06-20 | Fixing typo | TiBounise | |
2014-06-12 | Fix keymap of ps2_usb | tmk | |
2014-05-21 | Add ISO keymap(issue #35) and use new keymap API | tmk | |
2014-04-29 | Add Makefiles for TMK converters. | tmk | |
2014-04-25 | Change MCU setting to ATmega32U2 | tmk | |
2014-04-25 | Fix description of pin usage | tmk | |
2014-02-17 | Fix markdown syntax | tmk | |
2014-02-17 | Fix README.md and ibm4704.txt | tmk | |
2014-02-17 | Change IS_COMMAND macro | tmk | |
2014-02-13 | Rename a file | tmk | |
2014-02-11 | Change keymap_plain.c | tmk | |
2014-02-11 | Change pin configuration | tmk | |
2014-02-10 | Add connector pinouts | tmk | |
2014-02-10 | Add doc 4704.txt and protocol comment | tmk | |
2014-02-10 | Add keymap_hasu.c | tmk | |
2014-02-10 | Add README.md | tmk | |
2014-02-09 | Tweak keyboard initialize | tmk | |
2014-02-09 | Add Initial files of 4704_usb | tmk | |
2014-01-07 | Spellchecking converter README files. | Thomas Russell Murphy | |
2014-01-06 | Added NeXT keyboard converter | Benjamin Gould | |
2014-01-03 | Add TRS-80 model 100 instruction | tmk | |
2014-01-03 | Merge branch 'master' of github.com:tmk/tmk_keyboard | tmk | |
2014-01-03 | Add ascii_usb ASCII Serial Console terminal converter | tmk | |
2013-12-26 | fix hard-coded keys | Yann Hodique | |
values provided to macro were not used for the "K61,K49,K33, K30" block | |||
2013-12-26 | fix compilation | Yann Hodique | |
2013-12-02 | Make ps2_usart default and fix SpaceFN | tmk | |
2013-11-29 | Add SpaceFN keymap and JIS keymap | tmk | |
2013-11-27 | Merge pull request #80 from gblargg/master | tmk | |
Fixed handling of ADB event with key down and key up for same key all in... | |||
2013-11-27 | Merge pull request #81 from bgould/master | tmk | |
Add support for Adafruit's Bluefruit | |||
2013-11-28 | Add new keymap file | tmk | |
2013-11-28 | Fix key stack and PS/2 Overrun | tmk | |
2013-11-27 | Added bluefruit protocol and converter for 70% M | Benjamin Gould | |
2013-11-26 | Fixed handling of ADB event with key down and key up for same key all in one | Shay Green | |
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-11-08 | Remove tentative files from blargg | tmk | |
2013-11-08 | Disable BOOTMAGIC and fix debug prints of adb_usb | tmk | |
2013-11-08 | Fix ADB led_set(); remove delay | tmk | |
- 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 | |
2013-10-28 | Delete MOUSEKEY_DELAY_TIME in config.h | tmk | |
2013-10-14 | Merge blargg's fix into adb.c | tmk | |
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||
2013-10-11 | Add ADB protocol files from blargg's work | tmk | |
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | |||
2013-10-09 | Change ADB scan delay 12ms | tmk | |
2013-10-08 | Fix ADB missing keystrokes problem Thanks, blargg! #14 | tmk | |
- 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 | |