Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add 101-key Model M terminal keyboard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding the makefile options ADB_MOUSE_ENABLE and ADB_MOUSE_ACCMAX.
Might have gone overboard with comments, and tried but failed at not
adding more than necessary outside the converter/adb_usb/ folder.
|
|
https://github.com/dastels/tmk_keyboard/tree/master/converter/sun3_usb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
.gitignore
common.mk
common/debug_config.h
common/print.h
|
|
|
|
|
|
|
|
- change protocol stack to LUFA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rhaberkorn-serial-mouse
|
|
|
|
|
|
* 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
|