summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-11-20ps2_usb: Fix READMEJun Wako1-2/+1
2014-11-19adb_usb: Remove old comment of Makefiletmk1-1/+1
2014-11-17Merge branch 'action_fix'tmk3-1/+19
2014-11-14Add initializer of debug_config for GCC < 4.6.0(#144)tmk2-3/+12
2014-11-14Fix for 'unnamed field in initializer' GCC bug(Fix #143)tmk1-2/+5
2014-11-14ignore files with trailing ~Simon Stapleton1-0/+1
2014-11-13Merge pull request #142 from 0mark/mastertmk4-18/+31
fixed vusb variant of converter ps2usb
2014-11-13fixed vusb variant of converter ps2usbStefan Mark4-18/+31
2014-09-29Add action 'Momentary switching with Modifiers'tmk3-1/+19
2014-09-24Fix typo of variable nametmk1-1/+1
2014-09-24Add TMK converter support to Next convertertmk3-1/+126
- change protocol stack to LUFA
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-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-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-01Add build option and Sun specific commandstmk4-12/+53
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?)
2014-07-19Fix 'debug-off' target of hhkb to remove 'print'tmk1-0/+1
2014-07-19Fix NKRO code when NKRO is disabletmk1-0/+2
2014-07-10Fix READEM of hhkb and doc/build.mdtmk3-39/+31
2014-07-09Fix document on HHKB internaltmk1-59/+20
2014-07-09Add HHKB JP supporttmk7-164/+375
- scan matrix about twice faster
2014-07-07Merge pull request #124 from kairyu/6krotmk2-0/+98
USB 6KRO with pseudo- or half- NKRO feature
2014-07-07Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bittmk6-1/+15
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
2014-07-07Merge pull request #125 from tibounise/patch-1tmk1-1/+1
Fixing typo
2014-07-07Merge pull request #126 from xauser/mastertmk7-0/+604
Added support for bpiphany's Kitten Paw controller
2014-06-27Added support for bpiphany's Kitten Paw controller (Costar Majestouch)Ralf Schmitt7-0/+604
2014-06-22Change keymaps of M0110tmk8-237/+470
2014-06-20Fixing typoTiBounise1-1/+1
2014-06-15Fix debug print of ps2_mousetmk1-1/+6
2014-06-12Fix keymap of ps2_usbtmk2-5/+4
2014-06-12Add Ctrl + Up(SpaceFN) -> PgUptmk1-2/+43
2014-06-12Make keymap_hhkb as default and change keymap_hasutmk3-47/+99
2014-05-20Add ISO keymap(issue #35) and use new keymap APItmk8-128/+276