summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Continue Caps Word when AltGr (right Alt) is held. (#17156)Pascal Getreuer1-0/+30
2022-05-14Format code according to conventions (#17096)QMK Bot1-3/+2
2022-05-14Enhancement and fixes of "Secure" feature (#16958)Drashna Jaelre3-0/+330
2022-05-14[Core] Add Caps Word feature to core (#16588)Pascal Getreuer3-0/+463
2022-02-12Format code according to conventions (#16322)QMK Bot5-16/+46
2022-01-24Rip out old macro and action_function system (#16025)Ryan1-88/+0
2021-12-14[Core] Don't send keyboard reports that propagate no changes to the host (#1...Stefan Kerkmann9-70/+43
2021-11-23 [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann44-222/+2674
2021-11-23Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel44-2659/+207
2021-11-23[Tests] Increase QMK test coverage (#13789)Stefan Kerkmann44-207/+2659
2021-11-03Basic keycode overhaul (#14726)Ryan3-47/+47
2021-09-29[Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre1-1/+1
2021-07-25Allow output of logging when running unit tests (#13556)Joel Challis2-2/+38
2020-12-30Missed a couple more `#pragma once`s (#11351)Ryan1-4/+1
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan7-16/+9
2020-03-13format code according to conventions [skip ci]QMK Bot2-105/+104
2020-03-13Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo3-5/+123
2019-08-30clang-format changesskullY7-171/+98
2019-01-11Remove empty action_function()fauxpark1-3/+0
2017-12-15add tests for action_layer.c and reset layer state after testsColin T.A. Gray3-3/+102
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik4-4/+10
2017-07-08Reference issue #1478 from the unit testsFred Sundvik1-0/+1
2017-07-08Reference issue #1477 from the unit testsFred Sundvik1-0/+2
2017-07-08Reference issue #524 from the unit testsFred Sundvik1-0/+3
2017-07-08Reference issue #1476 from the unit testsFred Sundvik1-0/+4
2017-07-08Configure vscode file associations, use hpp instead of hFred Sundvik10-11/+11
2017-07-08Fix keymap formattingFred Sundvik1-10/+10
2017-07-08Add tests for macrosFred Sundvik2-1/+109
2017-07-08Rename tests to start with test_Fred Sundvik2-0/+0
2017-07-08Add basic timing support, and SFT_T testsFred Sundvik7-18/+147
2017-07-08Add test for a combo keyFred Sundvik2-5/+44
2017-07-08Add simple modifier testFred Sundvik3-8/+32
2017-07-08Improve the tests a bitFred Sundvik1-1/+10
2017-07-08A bigger test matrix, and test for unmapped keysFred Sundvik3-5/+18
2017-07-08Rename test.cpp to keypress.cppFred Sundvik1-0/+0
2017-07-08Move test keymap to keymap.cFred Sundvik2-7/+24
2017-06-19Add a couple of todos to keyboard_report_util.cppFred Sundvik1-0/+3
2017-06-19More natural interface for setting keyboard ledsFred Sundvik4-8/+4
2017-06-18Add a test fixtureFred Sundvik5-14/+78
2017-06-18Test two keys pressed at onceFred Sundvik3-3/+45
2017-06-18Actually test for correct key pressesFred Sundvik5-7/+98
2017-06-18Fix the order of init and driver creationFred Sundvik1-2/+4
2017-06-18Add a couple of basic tests and implement driver mockFred Sundvik5-8/+179
2017-06-18Add keymapFred Sundvik2-1/+8
2017-06-18Dummy test matrix implementationFred Sundvik1-0/+43
2017-06-18Split common.mk into common.mk and common_features.mkFred Sundvik1-1/+3
2017-06-18Define MATRIX_COLS and MATRIX_ROWSFred Sundvik1-0/+2
2017-06-18Add basic infrastrucure for building full testsFred Sundvik3-0/+53