Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | Add movement hook to ps2_mouse (#8805) | Manna Harbour | |
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); | |||
2020-04-09 | Add PS2_MOUSE_ROTATE to compensate for device orientation (#8650) | Manna Harbour | |
* 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 | |||
2019-08-30 | clang-format changes | skullY | |
2017-10-10 | Add option to reverse PS2 mouse axes and scrolling | Jesper Brix Rosenkilde | |
2017-05-26 | - Added integration of IBM Trackpoint | dbroqua | |
2016-12-05 | syntax error fix | Priyadi Iman Nurcahyo | |
2016-12-05 | Implemented weak ps2_mouse_init_user() | Priyadi Iman Nurcahyo | |
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. | |||
2016-12-03 | Forgot to use define in delay instead of hardcoded number | Ofer Plesser | |
2016-12-03 | Added back PS2_MOUSE_INIT_DELAY define | Ofer Plesser | |
2016-12-03 | Refactored and improved ps2 mouse feature | ofples | |
2016-11-26 | Make PS2 init delay configurable. Some devices are not fully powered up | Priyadi Iman Nurcahyo | |
after 1s. | |||
2015-04-10 | Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' | tmk | |