Commit Graph

10 Commits (8b9c61ade54c3018970d94dfbc319a69f29ac6af)

Author SHA1 Message Date
tmk 8b9c61ade5 Revert ps2_usb/Makefile and config.h 10 years ago
Robin Haberkorn 7dde35d4f7 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
10 years ago
Robin Haberkorn 388fe60c67 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.
10 years ago
tmk 10b2b1ae43 Fix key stack and PS/2 Overrun 11 years ago
tmk 04c9501574 Fix Makfile and config.h for LUFA in ps2_usb 11 years ago
tmk b9fe36f237 Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs 11 years ago
tmk ee109d68d6 Delete MOUSEKEY_DELAY_TIME in config.h 11 years ago
tmk 540d0700dc Remove common/controller_teensy.h 12 years ago
tmk ce2e06c394 Fix projects for new keycodes 12 years ago
tmk 1ac674db66 Fix PS/2 protocol build options 12 years ago