summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix typo of variable nametmk2014-09-24
|
* Add TMK converter support to Next convertertmk2014-09-24
| | | | - change protocol stack to LUFA
* Merge branch 'usb_usb_fix'tmk2014-09-22
|\
| * Merge branch 'scottjad-master' into usb_usb_fixtmk2014-09-22
| |\
| | * usb_usb: Remove mention of downloading LUFAScott Jaderholm2014-09-14
| | |
| | * usb_usb: Remove mention of merged usb_hid branchScott Jaderholm2014-09-14
| |/ |/|
| * Adhoc fix compile error of usb_usbtmk2014-09-22
|/
* Merge branch 'rhaberkorn-serial-mouse'tmk2014-08-26
|\
| * Add serialmouser_usb projecttmk2014-08-26
| |
| * Add option 7bit data to serial_soft.ctmk2014-08-26
| |
| * Add serial_mouse_task in keyboard.ctmk2014-08-26
| |
| * Revert lufa/lufa.ctmk2014-08-26
| |
| * Revert ps2_usb/Makefile and config.htmk2014-08-26
| |
| * Merge branch 'serial-mouse' of git://github.com/rhaberkorn/tmk_keyboard into ↵tmk2014-08-26
|/| | | | | | | rhaberkorn-serial-mouse
| * updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and ↵Robin Haberkorn2014-07-27
| | | | | | | | serial_mouse_mousesystems.c are new
| * serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX ↵Robin Haberkorn2014-07-27
| | | | | | | | macro
| * factored out serial_mouse_init() into serial_mouse.hRobin Haberkorn2014-07-27
| |
| * integrated serial mouse drivers as a feature into the firmware architectureRobin Haberkorn2014-07-27
| | | | | | | | | | | | | | | | | | * 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-27
| | | | | | | | | | 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-27
| | | | | | | | | | | | | | * 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-26
|\ \ | | | | | | Support for Lightpad keypad
| * | Support for Lightpad keypadRalf Schmitt2014-08-24
| |/
* / Add build option and Sun specific commandstmk2014-08-01
|/
* Just ignore ADB Service Requesttmk2014-07-21
| | | | - to support Adjustable keyboard(composite device?)
* Fix 'debug-off' target of hhkb to remove 'print'tmk2014-07-20
|
* Fix NKRO code when NKRO is disabletmk2014-07-20
|
* Fix READEM of hhkb and doc/build.mdtmk2014-07-10
|
* Fix document on HHKB internaltmk2014-07-09
|
* Add HHKB JP supporttmk2014-07-09
| | | | - scan matrix about twice faster
* Merge pull request #124 from kairyu/6krotmk2014-07-07
|\ | | | | USB 6KRO with pseudo- or half- NKRO feature
| * New branch for 6KRO featureKai Ryu2014-05-13
| |
* | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bittmk2014-07-07
|\ \ | | | | | | 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-09
| | | | | | | | | | | | | | | | | | 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-07
|\ \ \ | | | | | | | | Fixing typo
| * | | Fixing typoTiBounise2014-06-20
| | | |
* | | | Merge pull request #126 from xauser/mastertmk2014-07-07
|\ \ \ \ | | | | | | | | | | Added support for bpiphany's Kitten Paw controller
| * | | | Added support for bpiphany's Kitten Paw controller (Costar Majestouch)Ralf Schmitt2014-06-27
|/ / / /
* / / / Change keymaps of M0110tmk2014-06-22
|/ / /
* | | Fix debug print of ps2_mousetmk2014-06-15
| | |
* | | Fix keymap of ps2_usbtmk2014-06-12
| | |
* | | Add Ctrl + Up(SpaceFN) -> PgUptmk2014-06-12
| | |
* | | Make keymap_hhkb as default and change keymap_hasutmk2014-06-12
| | |
* | | Add ISO keymap(issue #35) and use new keymap APItmk2014-05-21
| |/ |/|
* | Fix set LED for NKRO keyboard interfacetmk2014-04-29
| |
* | Unused endpoint of console OUT is commentout'dtmk2014-04-29
| |
* | Add Makefiles for TMK converters.tmk2014-04-29
| |
* | Fix remotewakeup of PJRC stack(Fix #121)tmk2014-04-28
| | | | | | | | | | - 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-28
| |
* | NKRO is disable when SET_PROTOCOL(boot)tmk2014-04-27
| | | | | | | | | | - 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-27
| | | | | | | | - NKRO is used only when keyboard_protocol = 1(report)