Commit Graph

7 Commits (9ef4526a2f6cdd2e708e7cfc37845a04749665dd)

Author SHA1 Message Date
Manna Harbour b7dc2eb9ab
Add movement hook to ps2_mouse (#8805)
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);
5 years ago
skullY b624f32f94 clang-format changes 6 years ago
Priyadi Iman Nurcahyo aaa58a8d79 Supress warnings from ps2_mouse.h 8 years ago
Priyadi Iman Nurcahyo d059624bfb Implemented weak ps2_mouse_init_user()
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.
9 years ago
Ofer Plesser 9f41544e1d Added back PS2_MOUSE_INIT_DELAY define 9 years ago
ofples d639e08a31 Refactored and improved ps2 mouse feature 9 years ago
tmk 1a02ebcc61 Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' 10 years ago