]> git.gir.st - tmk_keyboard.git/commit
integrated serial mouse drivers as a feature into the firmware architecture
authorRobin Haberkorn <robin.haberkorn@googlemail.com>
Sun, 27 Jul 2014 15:07:26 +0000 (17:07 +0200)
committerRobin Haberkorn <robin.haberkorn@googlemail.com>
Sun, 27 Jul 2014 15:38:31 +0000 (17:38 +0200)
commit7dde35d4f7cc3cc1569a31e752ea4043133b1a72
tree9c91ff60feb667492d76ecfe086849e6fba18b68
parent388fe60c67dbc4232a979d3de3b3b161a67871e2
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
converter/ps2_usb/Makefile
converter/ps2_usb/config.h
protocol.mk
protocol/lufa/lufa.c
protocol/serial_mouse_mousesystems.c
Imprint / Impressum