summaryrefslogtreecommitdiff
path: root/tests/test_common/keyboard_report_util.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-21[Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann1-2/+6
2024-09-24Remove `RING_BUFFERED_6KRO_REPORT_ENABLE` due to disuse. (#24433)Nick Brassel1-2/+0
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan1-2/+2
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis1-1/+1
2022-12-15[Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann1-6/+39
2022-02-12Format code according to conventions (#16322)QMK Bot1-4/+10
2021-11-23 [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann1-8/+13
2021-11-23Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel1-13/+8
2021-11-23[Tests] Increase QMK test coverage (#13789)Stefan Kerkmann1-8/+13
2021-09-29[Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre1-1/+1
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan1-1/+1
2019-08-30clang-format changesskullY1-35/+27
2017-07-08Configure vscode file associations, use hpp instead of hFred Sundvik1-1/+1
2017-07-08Add simple modifier testFred Sundvik1-4/+10
2017-06-19Add a couple of todos to keyboard_report_util.cppFred Sundvik1-0/+3
2017-06-18Test two keys pressed at onceFred Sundvik1-2/+28
2017-06-18Actually test for correct key pressesFred Sundvik1-0/+47