summaryrefslogtreecommitdiff
path: root/converter
AgeCommit message (Collapse)Author
2015-05-17Add 101-key Model M terminal keyboardPeter Lebbing
2015-05-14ibm4704_usb: Add keymaps for 107 and 50-keytmk
2015-05-13adb_usb: Change READMEtmk
2015-05-13adb_usb: Change keymaptmk
2015-05-13usb_usb: Fix keymaptmk
2015-05-13usb_usb: Change debug LED pin configtmk
2015-05-13usb_usb: Fix initialize proceduretmk
2015-04-26Add mouse support to ADBMekaniserad 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-23sun_usb: import dastels's keymap of Type 3Jun Wako
https://github.com/dastels/tmk_keyboard/tree/master/converter/sun3_usb
2015-04-22Fix debug printtmk
2015-04-22Fix ibm4704 protocol with using interrupttmk
2015-04-22Add keymap codelet for 77-key and 107-keytmk
2015-04-10Change TMK_DIR settingtmk
2015-04-09Change TOP_DIR to TMK_DIR in makefilestmk
2015-03-19m0110: Fix MakefileJun Wako
2015-03-19m0110: Fix README.md and keymap_intl.cJun Wako
2015-03-19m0110: Add support for international keyboardJun Wako
2015-01-19Fix typo 'keyobard' #166tmk
2015-01-04Update makefiles to mbed-sdk 14666bbJun Wako
2015-01-03bluefruit, pjrc: Update protocols for new APItmk
2014-12-30usb_usb: update READMEJun Wako
2014-12-11usb_usb: Add SpaceFn and hasu keymapJun Wako
2014-12-11Update READMEJun Wako
2014-12-11Change debug print configJun Wako
2014-12-10Add USB Hub supportJun Wako
2014-12-10Fix print init; print_set_sendchar in mainJun Wako
2014-12-10Change USB PIDJun Wako
2014-12-05usb_usb: Update for new core layoutJun Wako
2014-11-24Change key_t to keypos_ttmk
2014-11-24Merge branch 'rn42' into merge_rn42tmk
Conflicts: .gitignore common.mk common/debug_config.h common/print.h
2014-11-20ps2_usb: Fix READMEJun Wako
2014-11-20adb_usb: Remove old comment of Makefiletmk
2014-11-13fixed vusb variant of converter ps2usbStefan Mark
2014-09-24Add TMK converter support to Next convertertmk
- change protocol stack to LUFA
2014-09-22Merge branch 'scottjad-master' into usb_usb_fixtmk
2014-09-22Adhoc fix compile error of usb_usbtmk
2014-09-14usb_usb: Remove mention of downloading LUFAScott Jaderholm
2014-09-14usb_usb: Remove mention of merged usb_hid branchScott Jaderholm
2014-08-26Add serialmouser_usb projecttmk
2014-08-26Revert ps2_usb/Makefile and config.htmk
2014-08-26Merge branch 'serial-mouse' of git://github.com/rhaberkorn/tmk_keyboard into ↵tmk
rhaberkorn-serial-mouse
2014-08-01Add build option and Sun specific commandstmk
2014-07-30Port ps2_usb to mbedtmk
2014-07-27integrated serial mouse drivers as a feature into the firmware architectureRobin 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-27fixed PS/2 keyboard converter configRobin Haberkorn
When using the PS/2 interrupt implementation, the DATA pin should be PD0 as the documentation (README.md) states.
2014-07-07Merge pull request #125 from tibounise/patch-1tmk
Fixing typo
2014-06-22Change keymaps of M0110tmk
2014-06-20Fixing typoTiBounise
2014-06-12Fix keymap of ps2_usbtmk
2014-05-21Add ISO keymap(issue #35) and use new keymap APItmk