aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/ps2_mouse.c
Commit message (Collapse)AuthorAgeFilesLines
* Add movement hook to ps2_mouse (#8805)Manna Harbour2020-07-021-0/+5
| | | | | | | Process mouse movement in the keymap before it is sent to the host. Example uses include filtering noise, adding acceleration, and automatically activating a layer. To use, define the following function in your keymap: void ps2_mouse_moved_user(report_mouse_t *mouse_report);
* Add PS2_MOUSE_ROTATE to compensate for device orientation (#8650)Manna Harbour2020-04-091-0/+15
| | | | | | | | * Add PS2_MOUSE_ROTATE to compensate for device orientation * fixup! Add PS2_MOUSE_ROTATE to compensate for device orientation * Reformat with IndentPPDirectives: AfterHash as per #6316
* clang-format changesskullY2019-08-301-59/+43
|
* Add option to reverse PS2 mouse axes and scrollingJesper Brix Rosenkilde2017-10-101-0/+12
|
* - Added integration of IBM Trackpointdbroqua2017-05-261-14/+15
|
* syntax error fixPriyadi Iman Nurcahyo2016-12-051-1/+1
|
* Implemented weak ps2_mouse_init_user()Priyadi Iman Nurcahyo2016-12-051-47/+7
| | | | | | There are a lot of PS/2 commands, some are vendor/device specific, so we provide a weak ps2_mouse_init_user() to be implemented in each keyboard that need it.
* Forgot to use define in delay instead of hardcoded numberOfer Plesser2016-12-031-1/+1
|
* Added back PS2_MOUSE_INIT_DELAY defineOfer Plesser2016-12-031-1/+1
|
* Refactored and improved ps2 mouse featureofples2016-12-031-153/+216
|
* Make PS2 init delay configurable. Some devices are not fully powered upPriyadi Iman Nurcahyo2016-11-261-1/+4
| | | | after 1s.
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+220