summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/report.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for large Mouse Reports (#16371)Drashna Jaelre2022-06-081-4/+14
| | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Core] Move `has_mouse_report_changed` function to `report.c` (#16543)Drashna Jaelre2022-03-141-0/+4
| | | | | | | * Move 'has_mouse_report_changed' checkto report.c * change mousekeys to use memcpy * fix linting issues
* Relocate protocol files within tmk_core/common/ (#14972)Joel Challis2021-10-281-0/+325
* Relocate non platform files within tmk_core/common/ * clang