summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-08-26Revert lufa/lufa.ctmk1-12/+0
2014-08-26Revert ps2_usb/Makefile and config.htmk2-52/+1
2014-08-25Merge branch 'serial-mouse' of git://github.com/rhaberkorn/tmk_keyboard into ↵tmk7-1/+372
rhaberkorn-serial-mouse
2014-08-25Merge pull request #134 from xauser/mastertmk9-0/+686
Support for Lightpad keypad
2014-08-24Support for Lightpad keypadRalf Schmitt9-0/+686
2014-08-24Add files missing for JP support.tmk2-0/+199
2014-08-20Add support for HHKB JPtmk5-134/+59
2014-08-01Add build option and Sun specific commandstmk4-12/+53
2014-07-30Update MEMO.txttmk1-22/+46
2014-07-30Add connection indicatortmk1-4/+13
2014-07-30Add initial setting of Linked pintmk1-1/+6
2014-07-30Add battery monitor and LED controltmk1-1/+45
2014-07-30Add help messagetmk1-0/+62
2014-07-30Add rn42_lined(): connection status(GPIO2)tmk3-0/+8
2014-07-30Add flow control by firmware to serial_uarttmk4-9/+30
2014-07-30Clean up mbed_onekeytmk3-32/+1
2014-07-30Mkdir rn42tmk11-6/+39
2014-07-30Add rn42_tasktmk7-269/+300
2014-07-30Fix rn42.h APItmk3-59/+60
2014-07-30Add software UART and battery monitortmk7-3/+227
2014-07-30Fix configure mode of RN-42tmk1-1/+1
2014-07-30Update MEMO.txttmk1-1/+6
2014-07-30Update TODOtmk1-10/+10
2014-07-30Change keymap for rn42tmk1-8/+10
- rn42 doesn't support mouse button 4 and 5 - rn42 deosn't support browser back and forward
2014-07-30Fix consumer key bugtmk1-1/+1
2014-07-30Add RN-42 Bluetooth module supporttmk6-6/+696
2014-07-30Change buffer size: 256 bytestmk1-1/+1
2014-07-30Ad hoc fix of command APItmk2-11/+27
2014-07-30Add initial files for RN-42tmk10-0/+1010
2014-07-30Fix for new API(key_t to keypos_t)tmk1-1/+1
2014-07-30Fix timer.h to include AVR specific headertmk1-0/+5
2014-07-30Port action_* to mbedtmk1-0/+21
2014-07-30Merge branch 'mbed' into devtmk65-371/+1593
2014-07-30Add checksum tool for NXP LPCtmk2-1/+100
2014-07-30Add LED indicator support in mbedtmk3-16/+35
2014-07-30Port ps2_usb to mbedtmk15-90/+343
2014-07-30Fix build files for mbedtmk9-9/+13
2014-07-30Fix common files for mbedtmk23-110/+323
2014-07-30Fix debug.h and remove debug_config.htmk3-105/+87
2014-07-30Port action_* to mbedtmk21-64/+92
2014-07-30Fix print and timertmk9-17/+60
2014-07-30Port timer to mbedtmk6-39/+73
2014-07-30Add keyboard/mbed_onekeytmk10-94/+641
2014-07-27updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵Robin Haberkorn3-3/+3
serial_mouse_mousesystems.c are new
2014-07-27serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵Robin Haberkorn2-18/+20
macro
2014-07-27factored out serial_mouse_init() into serial_mouse.hRobin Haberkorn3-13/+8
2014-07-27integrated serial mouse drivers as a feature into the firmware architectureRobin Haberkorn5-1/+84
* 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 Haberkorn1-1/+1
When using the PS/2 interrupt implementation, the DATA pin should be PD0 as the documentation (README.md) states.
2014-07-27added serial mouse driver for Microsoft and Mousesystems miceRobin Haberkorn3-0/+291
* Both drivers use the interface defined in serial_mouse.h * They should work with any UART implementation (hardware/software UART) * The Microsoft driver is currently untested. The Mousesystems driver is confirmed to work.
2014-07-21Just ignore ADB Service Requesttmk1-0/+4
- to support Adjustable keyboard(composite device?)