summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-09-24Add TMK converter support to Next convertertmk3-1/+126
- change protocol stack to LUFA
2014-09-22Add keyboard LED control via Bluetoothtmk3-5/+8
2014-09-22Merge branch 'usb_usb_fix'tmk12-14/+27
2014-09-22Merge branch 'scottjad-master' into usb_usb_fixtmk1-4/+0
2014-09-22Adhoc fix compile error of usb_usbtmk11-10/+27
2014-09-19Add FET swtich for battery ADCtmk2-0/+19
2014-09-15usb_usb: Remove mention of downloading LUFAScott Jaderholm1-3/+0
2014-09-15usb_usb: Remove mention of merged usb_hid branchScott Jaderholm1-1/+0
2014-09-05Improve rn42_task time resolutiontmk1-7/+5
2014-09-04Update MEMO and remove a build option to save flashtmk2-5/+97
2014-09-04Monitor battery and alert low voltagetmk3-9/+52
2014-09-03Add battery managementtmk4-60/+165
2014-08-30Fix rn42_linked() to use pulluptmk1-2/+6
2014-08-26Merge branch 'rhaberkorn-serial-mouse'tmk14-2/+917
2014-08-26Add serialmouser_usb projecttmk8-0/+580
2014-08-26Add option 7bit data to serial_soft.ctmk1-2/+18
2014-08-26Add serial_mouse_task in keyboard.ctmk1-0/+11
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