summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/report.h
AgeCommit message (Collapse)Author
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan
2023-10-14Prep work for NKRO report separation (#22268)Ryan
* Clean up some keyboard/userspace code * Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS` * Add some missing includes * Use `PACKED` define for report types * Fix incorrect function signatures for FlexRAM EEPROM driver
2023-02-19Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)Joel Challis
2022-11-27Joystick feature improvements (#19052)Ryan
2022-11-12Digitizer feature improvements (#19034)Ryan
2022-09-27Further refactoring of joystick feature (#18437)Ryan
2022-09-17Chromeos keycodes (#18212)Joshua Diamond
2022-06-08Add support for large Mouse Reports (#16371)Drashna Jaelre
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-03-14[Core] Move `has_mouse_report_changed` function to `report.c` (#16543)Drashna Jaelre
* Move 'has_mouse_report_changed' checkto report.c * change mousekeys to use memcpy * fix linting issues
2021-10-28Relocate protocol files within tmk_core/common/ (#14972)Joel Challis
* Relocate non platform files within tmk_core/common/ * clang