summaryrefslogtreecommitdiff
path: root/tests/test_common/matrix.c
AgeCommit message (Collapse)Author
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis
2022-12-15[Test] Reset timer for every unit test and provide timestamps for log ↵Stefan Kerkmann
messages (#17028)
2022-02-12Format code according to conventions (#16322)QMK Bot
2019-08-30clang-format changesskullY
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik
2017-06-18Add a test fixtureFred Sundvik
It only initializes QMK once, and clears the matrix after each test.
2017-06-18Test two keys pressed at onceFred Sundvik
2017-06-18Add a couple of basic tests and implement driver mockFred Sundvik
2017-06-18Dummy test matrix implementationFred Sundvik