summaryrefslogtreecommitdiff
path: root/tests/basic
AgeCommit message (Expand)Author
2023-09-25Fix OSM on a OSL activated layer (#20410)NapOli1084
2023-09-25Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ...Isaac Elenbaas
2023-05-13Add a user callback for pre process record (#20584)Albert Y
2023-04-03Fix OSMs getting stuck (#20034)Kasimir Pihlasviita
2023-02-14Fix Layer Mod handling of with right-handed mods. (#19845)Pascal Getreuer
2022-12-18Introduce VERIFY_AND_CLEAR shorthand (#19370)Stefan Kerkmann
2022-12-15[Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann
2022-11-28Bug17281 - Retain momentary layers until the end of tapping (#17282)Felix Kuehling
2022-11-12Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabled (#18577)Drashna Jaelre
2022-08-06[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann
2022-06-05Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer
2022-01-24Rip out old macro and action_function system (#16025)Ryan
2021-12-14[Core] Don't send keyboard reports that propagate no changes to the host (#1...Stefan Kerkmann
2021-11-23 [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann
2021-11-23Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel
2021-11-23[Tests] Increase QMK test coverage (#13789)Stefan Kerkmann
2021-11-03Basic keycode overhaul (#14726)Ryan
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan
2020-03-13format code according to conventions [skip ci]QMK Bot
2020-03-13Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo
2019-08-30clang-format changesskullY
2019-01-11Remove empty action_function()fauxpark
2017-12-15add tests for action_layer.c and reset layer state after testsColin T.A. Gray
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik
2017-07-08Reference issue #1478 from the unit testsFred Sundvik
2017-07-08Reference issue #1477 from the unit testsFred Sundvik
2017-07-08Reference issue #524 from the unit testsFred Sundvik
2017-07-08Reference issue #1476 from the unit testsFred Sundvik
2017-07-08Configure vscode file associations, use hpp instead of hFred Sundvik
2017-07-08Fix keymap formattingFred Sundvik
2017-07-08Add tests for macrosFred Sundvik
2017-07-08Rename tests to start with test_Fred Sundvik
2017-07-08Add basic timing support, and SFT_T testsFred Sundvik
2017-07-08Add test for a combo keyFred Sundvik
2017-07-08Add simple modifier testFred Sundvik
2017-07-08Improve the tests a bitFred Sundvik
2017-07-08A bigger test matrix, and test for unmapped keysFred Sundvik
2017-07-08Rename test.cpp to keypress.cppFred Sundvik
2017-07-08Move test keymap to keymap.cFred Sundvik
2017-06-19More natural interface for setting keyboard ledsFred Sundvik
2017-06-18Add a test fixtureFred Sundvik
2017-06-18Test two keys pressed at onceFred Sundvik
2017-06-18Actually test for correct key pressesFred Sundvik
2017-06-18Fix the order of init and driver creationFred Sundvik
2017-06-18Add a couple of basic tests and implement driver mockFred Sundvik
2017-06-18Add keymapFred Sundvik
2017-06-18Split common.mk into common.mk and common_features.mkFred Sundvik
2017-06-18Define MATRIX_COLS and MATRIX_ROWSFred Sundvik
2017-06-18Add basic infrastrucure for building full testsFred Sundvik