Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-13 | adb_usb: Change README | tmk | 1 | -49/+56 | |
2015-05-13 | adb_usb: Change keymap | tmk | 3 | -4/+4 | |
2015-05-13 | usb_usb: Fix keymap | tmk | 1 | -26/+4 | |
2015-05-13 | usb_usb: Change debug LED pin config | tmk | 1 | -1/+22 | |
2015-05-13 | usb_usb: Fix initialize procedure | tmk | 2 | -17/+13 | |
2015-04-26 | Add mouse support to ADB | Mekaniserad Apelsin | 3 | -0/+69 | |
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 | 2 | -2/+182 | |
https://github.com/dastels/tmk_keyboard/tree/master/converter/sun3_usb | |||||
2015-04-22 | Fix debug print | tmk | 2 | -17/+6 | |
2015-04-22 | Fix ibm4704 protocol with using interrupt | tmk | 2 | -25/+18 | |
2015-04-22 | Add keymap codelet for 77-key and 107-key | tmk | 2 | -12/+37 | |
2015-04-09 | Change TMK_DIR setting | tmk | 23 | -23/+23 | |
2015-04-09 | Change TOP_DIR to TMK_DIR in makefiles | tmk | 22 | -133/+133 | |
2015-03-18 | m0110: Fix Makefile | Jun Wako | 1 | -1/+1 | |
2015-03-18 | m0110: Fix README.md and keymap_intl.c | Jun Wako | 2 | -6/+6 | |
2015-03-18 | m0110: Add support for international keyboard | Jun Wako | 9 | -241/+327 | |
2015-01-19 | Fix typo 'keyobard' #166 | tmk | 1 | -1/+1 | |
2015-01-04 | Update makefiles to mbed-sdk 14666bb | Jun Wako | 1 | -0/+2 | |
2015-01-03 | bluefruit, pjrc: Update protocols for new API | tmk | 2 | -30/+1 | |
2014-12-30 | usb_usb: update README | Jun Wako | 1 | -1/+15 | |
2014-12-10 | usb_usb: Add SpaceFn and hasu keymap | Jun Wako | 7 | -125/+342 | |
2014-12-10 | Update README | Jun Wako | 1 | -3/+23 | |
2014-12-10 | Change debug print config | Jun Wako | 1 | -0/+2 | |
2014-12-10 | Add USB Hub support | Jun Wako | 1 | -0/+10 | |
2014-12-10 | Fix print init; print_set_sendchar in main | Jun Wako | 1 | -0/+2 | |
2014-12-10 | Change USB PID | Jun Wako | 3 | -5/+14 | |
2014-12-05 | usb_usb: Update for new core layout | Jun Wako | 1 | -3/+3 | |
2014-11-24 | Change key_t to keypos_t | tmk | 10 | -10/+10 | |
2014-11-24 | Merge branch 'rn42' into merge_rn42 | tmk | 6 | -4/+153 | |
Conflicts: .gitignore common.mk common/debug_config.h common/print.h | |||||
2014-11-20 | ps2_usb: Fix README | Jun Wako | 1 | -2/+1 | |
2014-11-19 | adb_usb: Remove old comment of Makefile | tmk | 1 | -1/+1 | |
2014-11-13 | fixed vusb variant of converter ps2usb | Stefan Mark | 1 | -2/+8 | |
2014-09-24 | Add TMK converter support to Next converter | tmk | 3 | -1/+126 | |
- change protocol stack to LUFA | |||||
2014-09-22 | Merge branch 'scottjad-master' into usb_usb_fix | tmk | 1 | -4/+0 | |
2014-09-22 | Adhoc fix compile error of usb_usb | tmk | 2 | -1/+1 | |
2014-09-15 | usb_usb: Remove mention of downloading LUFA | Scott Jaderholm | 1 | -3/+0 | |
2014-09-15 | usb_usb: Remove mention of merged usb_hid branch | Scott Jaderholm | 1 | -1/+0 | |
2014-08-26 | Add serialmouser_usb project | tmk | 8 | -0/+580 | |
2014-08-26 | Revert ps2_usb/Makefile and config.h | tmk | 2 | -52/+1 | |
2014-08-25 | Merge branch 'serial-mouse' of git://github.com/rhaberkorn/tmk_keyboard into ↵ | tmk | 2 | -1/+52 | |
rhaberkorn-serial-mouse | |||||
2014-08-01 | Add build option and Sun specific commands | tmk | 4 | -12/+53 | |
2014-07-30 | Port ps2_usb to mbed | tmk | 6 | -4/+153 | |
2014-07-27 | integrated serial mouse drivers as a feature into the firmware architecture | Robin Haberkorn | 2 | -0/+51 | |
* 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 | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
Fixing typo | |||||
2014-06-22 | Change keymaps of M0110 | tmk | 8 | -237/+470 | |
2014-06-20 | Fixing typo | TiBounise | 1 | -1/+1 | |
2014-06-12 | Fix keymap of ps2_usb | tmk | 2 | -5/+4 | |
2014-05-20 | Add ISO keymap(issue #35) and use new keymap API | tmk | 8 | -128/+276 | |
2014-04-29 | Add Makefiles for TMK converters. | tmk | 7 | -99/+465 | |
2014-04-25 | Change MCU setting to ATmega32U2 | tmk | 2 | -1/+4 | |