summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add software UART and battery monitortmk2014-07-307-3/+227
| |
| * Fix configure mode of RN-42tmk2014-07-301-1/+1
| |
| * Update MEMO.txttmk2014-07-301-1/+6
| |
| * Update TODOtmk2014-07-301-10/+10
| |
| * Change keymap for rn42tmk2014-07-301-8/+10
| | | | | | | | | | - rn42 doesn't support mouse button 4 and 5 - rn42 deosn't support browser back and forward
| * Fix consumer key bugtmk2014-07-301-1/+1
| |
| * Add RN-42 Bluetooth module supporttmk2014-07-306-6/+696
| |
| * Change buffer size: 256 bytestmk2014-07-301-1/+1
| |
| * Ad hoc fix of command APItmk2014-07-302-11/+27
| |
| * Add initial files for RN-42tmk2014-07-3010-0/+1010
| |
| * Fix for new API(key_t to keypos_t)tmk2014-07-301-1/+1
| |
| * Fix timer.h to include AVR specific headertmk2014-07-301-0/+5
| |
| * Port action_* to mbedtmk2014-07-301-0/+21
| |
| * Merge branch 'mbed' into devtmk2014-07-3065-371/+1593
| |\
| | * Add checksum tool for NXP LPCtmk2014-07-302-1/+100
| | |
| | * Add LED indicator support in mbedtmk2014-07-303-16/+35
| | |
| | * Port ps2_usb to mbedtmk2014-07-3015-90/+343
| | |
| | * Fix build files for mbedtmk2014-07-309-9/+13
| | |
| | * Fix common files for mbedtmk2014-07-3023-110/+323
| | |
| | * Fix debug.h and remove debug_config.htmk2014-07-303-105/+87
| | |
| | * Port action_* to mbedtmk2014-07-3021-64/+92
| | |
| | * Fix print and timertmk2014-07-309-17/+60
| | |
| | * Port timer to mbedtmk2014-07-306-39/+73
| | |
| | * Add keyboard/mbed_onekeytmk2014-07-3010-94/+641
| |/
* | ps2_usb: Fix READMEJun Wako2014-11-201-2/+1
| |
* | adb_usb: Remove old comment of Makefiletmk2014-11-201-1/+1
| |
* | Merge branch 'action_fix'tmk2014-11-183-1/+19
|\ \
| * | Add action 'Momentary switching with Modifiers'tmk2014-09-293-1/+19
| | |
* | | Add initializer of debug_config for GCC < 4.6.0(#144)tmk2014-11-142-3/+12
| | |
* | | Fix for 'unnamed field in initializer' GCC bug(Fix #143)tmk2014-11-141-2/+5
| | |
* | | ignore files with trailing ~Simon Stapleton2014-11-141-0/+1
| | |
* | | Merge pull request #142 from 0mark/mastertmk2014-11-144-18/+31
|\ \ \ | |/ / |/| | fixed vusb variant of converter ps2usb
| * | fixed vusb variant of converter ps2usbStefan Mark2014-11-134-18/+31
|/ /
* | Fix typo of variable nametmk2014-09-241-1/+1
| |
* | Add TMK converter support to Next convertertmk2014-09-243-1/+126
| | | | | | | | - change protocol stack to LUFA
* | Merge branch 'usb_usb_fix'tmk2014-09-2212-14/+27
|\ \
| * \ Merge branch 'scottjad-master' into usb_usb_fixtmk2014-09-221-4/+0
| |\ \
| | * | usb_usb: Remove mention of downloading LUFAScott Jaderholm2014-09-141-3/+0
| | | |
| | * | usb_usb: Remove mention of merged usb_hid branchScott Jaderholm2014-09-141-1/+0
| |/ / |/| |
| * | Adhoc fix compile error of usb_usbtmk2014-09-2211-10/+27
|/ /
* | Merge branch 'rhaberkorn-serial-mouse'tmk2014-08-2614-2/+917
|\ \
| * | Add serialmouser_usb projecttmk2014-08-268-0/+580
| | |
| * | Add option 7bit data to serial_soft.ctmk2014-08-261-2/+18
| | |
| * | Add serial_mouse_task in keyboard.ctmk2014-08-261-0/+11
| | |
| * | Revert lufa/lufa.ctmk2014-08-261-12/+0
| | |
| * | Revert ps2_usb/Makefile and config.htmk2014-08-262-52/+1
| | |
| * | Merge branch 'serial-mouse' of git://github.com/rhaberkorn/tmk_keyboard into ↵tmk2014-08-267-1/+372
|/| | | | | | | | | | | rhaberkorn-serial-mouse
| * | updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵Robin Haberkorn2014-07-273-3/+3
| | | | | | | | | | | | serial_mouse_mousesystems.c are new
| * | serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵Robin Haberkorn2014-07-272-18/+20
| | | | | | | | | | | | macro
| * | factored out serial_mouse_init() into serial_mouse.hRobin Haberkorn2014-07-273-13/+8
| | |