~ruther/qmk_firmware

Add serialmouser_usb project
Add option 7bit data to serial_soft.c
Add serial_mouse_task in keyboard.c
Revert lufa/lufa.c
Revert ps2_usb/Makefile and config.h
Merge branch 'serial-mouse' of git://github.com/rhaberkorn/tmk_keyboard into rhaberkorn-serial-mouse
Merge pull request #134 from xauser/master

Support for Lightpad keypad
af19f56e — Ralf Schmitt 11 years ago
Support for Lightpad keypad
Add build option and Sun specific commands
03fd4a6f — Robin Haberkorn 11 years ago
updated copyrights: serial_mouse.h, serial_mouse_microsoft.c and serial_mouse_mousesystems.c are new
eb902844 — Robin Haberkorn 11 years ago
serial_mouse: simplified clipping of X/Y/V/H changes below -127 using a MAX macro
0bfba7ac — Robin Haberkorn 11 years ago
factored out serial_mouse_init() into serial_mouse.h
7dde35d4 — Robin Haberkorn 11 years ago
integrated serial mouse drivers as a feature into the firmware architecture

 * 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
388fe60c — Robin Haberkorn 11 years ago
fixed PS/2 keyboard converter config

When using the PS/2 interrupt implementation, the DATA pin should be
PD0 as the documentation (README.md) states.
6bf8000e — Robin Haberkorn 11 years ago
added serial mouse driver for Microsoft and Mousesystems mice

 * 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.
Just ignore ADB Service Request

- to support Adjustable keyboard(composite device?)
Fix 'debug-off' target of hhkb to remove 'print'
Fix NKRO code when NKRO is disable
Fix READEM of hhkb and doc/build.md
Fix document on HHKB internal
Next