| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Relocate PS2 code (#14895) | Joel Challis | 2021-10-20 | 1 | -177/+0 |
| | | | | | | | | * Relocate ps2 protocol code * clang * Move makefile logic | ||||
| * | Change include guards in tmk_core/ and drivers/ to pragma once (#11240) | Ryan | 2020-12-26 | 1 | -4/+1 |
| | | |||||
| * | Add movement hook to ps2_mouse (#8805) | Manna Harbour | 2020-07-02 | 1 | -0/+3 |
| | | | | | | | | 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); | ||||
| * | clang-format changes | skullY | 2019-08-31 | 1 | -82/+81 |
| | | |||||
| * | Supress warnings from ps2_mouse.h | Priyadi Iman Nurcahyo | 2017-02-11 | 1 | -2/+3 |
| | | |||||
| * | Implemented weak ps2_mouse_init_user() | Priyadi Iman Nurcahyo | 2016-12-04 | 1 | -0/+49 |
| | | | | | | | 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. | ||||
| * | Added back PS2_MOUSE_INIT_DELAY define | Ofer Plesser | 2016-12-03 | 1 | -0/+3 |
| | | |||||
| * | Refactored and improved ps2 mouse feature | ofples | 2016-12-03 | 1 | -11/+70 |
| | | |||||
| * | Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core' | tmk | 2015-04-09 | 1 | -0/+66 |