summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * integrated serial mouse drivers as a feature into the firmware architectureRobin Haberkorn2014-07-275-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
| * fixed PS/2 keyboard converter configRobin Haberkorn2014-07-271-1/+1
| | | | | | | | | | When using the PS/2 interrupt implementation, the DATA pin should be PD0 as the documentation (README.md) states.
| * added serial mouse driver for Microsoft and Mousesystems miceRobin Haberkorn2014-07-273-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.
* | Merge pull request #134 from xauser/mastertmk2014-08-269-0/+686
|\ \ | | | | | | Support for Lightpad keypad
| * | Support for Lightpad keypadRalf Schmitt2014-08-249-0/+686
| |/
* / Add build option and Sun specific commandstmk2014-08-014-12/+53
|/
* Just ignore ADB Service Requesttmk2014-07-211-0/+4
| | | | - to support Adjustable keyboard(composite device?)
* Fix 'debug-off' target of hhkb to remove 'print'tmk2014-07-201-0/+1
|
* Fix NKRO code when NKRO is disabletmk2014-07-201-0/+2
|
* Fix READEM of hhkb and doc/build.mdtmk2014-07-103-39/+31
|
* Fix document on HHKB internaltmk2014-07-091-59/+20
|
* Add HHKB JP supporttmk2014-07-097-164/+375
| | | | - scan matrix about twice faster
* Merge pull request #124 from kairyu/6krotmk2014-07-072-0/+98
|\ | | | | USB 6KRO with pseudo- or half- NKRO feature
| * New branch for 6KRO featureKai Ryu2014-05-132-0/+98
| |
* | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bittmk2014-07-076-1/+15
|\ \ | | | | | | Adding NKRO virtual dip-switch, using existing bit in keymap byte.
| * | Adding NKRO virtual dip-switch, using existing bit in keymap byte.Shayne Holmes2014-04-096-1/+15
| | | | | | | | | | | | | | | | | | This takes the last, reserved bit there, but doesn't necessitate a revision to the magic number because it doesn't alter byte order. Add reference to NKRO virtual dip-switch to documentation.
* | | Merge pull request #125 from tibounise/patch-1tmk2014-07-071-1/+1
|\ \ \ | | | | | | | | Fixing typo
| * | | Fixing typoTiBounise2014-06-201-1/+1
| | | |
* | | | Merge pull request #126 from xauser/mastertmk2014-07-077-0/+604
|\ \ \ \ | | | | | | | | | | Added support for bpiphany's Kitten Paw controller
| * | | | Added support for bpiphany's Kitten Paw controller (Costar Majestouch)Ralf Schmitt2014-06-277-0/+604
|/ / / /
* / / / Change keymaps of M0110tmk2014-06-228-237/+470
|/ / /
* | | Fix debug print of ps2_mousetmk2014-06-151-1/+6
| | |
* | | Fix keymap of ps2_usbtmk2014-06-122-5/+4
| | |
* | | Add Ctrl + Up(SpaceFN) -> PgUptmk2014-06-121-2/+43
| | |
* | | Make keymap_hhkb as default and change keymap_hasutmk2014-06-123-47/+99
| | |
* | | Add ISO keymap(issue #35) and use new keymap APItmk2014-05-218-128/+276
| |/ |/|
* | Fix set LED for NKRO keyboard interfacetmk2014-04-291-0/+1
| |
* | Unused endpoint of console OUT is commentout'dtmk2014-04-292-1/+7
| |
* | Add Makefiles for TMK converters.tmk2014-04-297-99/+465
| |
* | Fix remotewakeup of PJRC stack(Fix #121)tmk2014-04-281-0/+1
| | | | | | | | | | - without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that
* | Check if LUFA-git really exists(Fix #118)tmk2014-04-282-1/+2
| |
* | NKRO is disable when SET_PROTOCOL(boot)tmk2014-04-274-5/+11
| | | | | | | | | | - Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request
* | Make NKRO deafult when it is availabletmk2014-04-278-46/+47
| | | | | | | | - NKRO is used only when keyboard_protocol = 1(report)
* | Change MCU setting to ATmega32U2tmk2014-04-252-1/+4
| |
* | Fix description of pin usagetmk2014-04-251-4/+1
| |
* | Add LUFA git repository(release 140302)tmk2014-04-255-8/+24
| |
* | Move macro definitions from lufa.c to lufa.htmk2014-04-252-9/+11
| |
* | Fix 'Shift Parentheses' exampletmk2014-04-251-63/+26
| |
* | Change LUFA build optionstmk2014-04-243-6/+10
| |