Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-21 | Merge pull request #216 from DigitalBrains1/modelm101 | tmk | |
Add 101-key Model M terminal keyboard | |||
2015-05-19 | ibm4704_usb: Fix protocol handling | tmk | |
2015-05-19 | ibm4704_usb: Fix interrupt of clock(rising edge) | tmk | |
2015-05-18 | ps2_usb: Fix pin configuration | Jun Wako | |
2015-05-17 | Add 101-key Model M terminal keyboard | Peter Lebbing | |
2015-05-14 | ibm4704_usb: Add keymaps for 107 and 50-key | tmk | |
2015-05-13 | adb_usb: Change README | tmk | |
2015-05-13 | adb_usb: Change keymap | tmk | |
2015-05-13 | usb_usb: Fix keymap | tmk | |
2015-05-13 | usb_usb: Change debug LED pin config | tmk | |
2015-05-13 | usb_usb: Fix initialize procedure | tmk | |
2015-04-26 | Add mouse support to ADB | Mekaniserad Apelsin | |
Adding the makefile options ADB_MOUSE_ENABLE and ADB_MOUSE_ACCMAX. Might have gone overboard with comments, and tried but failed at not adding more than necessary outside the converter/adb_usb/ folder. | |||
2015-04-23 | sun_usb: import dastels's keymap of Type 3 | Jun Wako | |
https://github.com/dastels/tmk_keyboard/tree/master/converter/sun3_usb | |||
2015-04-22 | Fix debug print | tmk | |
2015-04-22 | Fix ibm4704 protocol with using interrupt | tmk | |
2015-04-22 | Add keymap codelet for 77-key and 107-key | tmk | |
2015-04-10 | Change TMK_DIR setting | tmk | |
2015-04-09 | Change TOP_DIR to TMK_DIR in makefiles | tmk | |
2015-03-19 | m0110: Fix Makefile | Jun Wako | |
2015-03-19 | m0110: Fix README.md and keymap_intl.c | Jun Wako | |
2015-03-19 | m0110: Add support for international keyboard | Jun Wako | |
2015-01-19 | Fix typo 'keyobard' #166 | tmk | |
2015-01-04 | Update makefiles to mbed-sdk 14666bb | Jun Wako | |
2015-01-03 | bluefruit, pjrc: Update protocols for new API | tmk | |
2014-12-30 | usb_usb: update README | Jun Wako | |
2014-12-11 | usb_usb: Add SpaceFn and hasu keymap | Jun Wako | |
2014-12-11 | Update README | Jun Wako | |
2014-12-11 | Change debug print config | Jun Wako | |
2014-12-10 | Add USB Hub support | Jun Wako | |
2014-12-10 | Fix print init; print_set_sendchar in main | Jun Wako | |
2014-12-10 | Change USB PID | Jun Wako | |
2014-12-05 | usb_usb: Update for new core layout | Jun Wako | |
2014-11-24 | Change key_t to keypos_t | tmk | |
2014-11-24 | Merge branch 'rn42' into merge_rn42 | tmk | |
Conflicts: .gitignore common.mk common/debug_config.h common/print.h | |||
2014-11-20 | ps2_usb: Fix README | Jun Wako | |
2014-11-20 | adb_usb: Remove old comment of Makefile | tmk | |
2014-11-13 | fixed vusb variant of converter ps2usb | Stefan Mark | |
2014-09-24 | Add TMK converter support to Next converter | tmk | |
- change protocol stack to LUFA | |||
2014-09-22 | Merge branch 'scottjad-master' into usb_usb_fix | tmk | |
2014-09-22 | Adhoc fix compile error of usb_usb | tmk | |
2014-09-14 | usb_usb: Remove mention of downloading LUFA | Scott Jaderholm | |
2014-09-14 | usb_usb: Remove mention of merged usb_hid branch | Scott Jaderholm | |
2014-08-26 | Add serialmouser_usb project | tmk | |
2014-08-26 | Revert ps2_usb/Makefile and config.h | tmk | |
2014-08-26 | Merge branch 'serial-mouse' of git://github.com/rhaberkorn/tmk_keyboard into ↵ | tmk | |
rhaberkorn-serial-mouse | |||
2014-08-01 | Add build option and Sun specific commands | tmk | |
2014-07-30 | Port ps2_usb to mbed | tmk | |
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 |