summaryrefslogtreecommitdiff
path: root/tests/basic
AgeCommit message (Expand)AuthorFilesLines
2025-03-21[Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann1-52/+0
2025-03-06Add EOL to non-keyboard files (#24990)Joel Challis1-1/+1
2025-02-16Chaining OSL and MO (#23065)DavidSannier1-1/+335
2024-04-30Refactoring successive press() -> release() calls (#23573)DavidSannier1-40/+10
2023-09-25Fix OSM on a OSL activated layer (#20410)NapOli10841-0/+46
2023-09-25Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ...Isaac Elenbaas2-2/+2
2023-05-13Add a user callback for pre process record (#20584)Albert Y1-1/+2
2023-04-03Fix OSMs getting stuck (#20034)Kasimir Pihlasviita1-0/+144
2023-02-14Fix Layer Mod handling of with right-handed mods. (#19845)Pascal Getreuer1-0/+63
2022-12-18Introduce VERIFY_AND_CLEAR shorthand (#19370)Stefan Kerkmann4-70/+70
2022-12-15[Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann1-0/+52
2022-11-28Bug17281 - Retain momentary layers until the end of tapping (#17282)Felix Kuehling1-0/+69
2022-11-12Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabled (#18577)Drashna Jaelre1-1/+0
2022-08-06[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann1-22/+0
2022-06-05Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer4-110/+110
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 Kerkmann3-56/+40
2021-11-23 [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann8-182/+776
2021-11-23Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel8-761/+167
2021-11-23[Tests] Increase QMK test coverage (#13789)Stefan Kerkmann8-167/+761
2021-11-03Basic keycode overhaul (#14726)Ryan3-47/+47
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan3-6/+3
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)fredizzimo2-2/+119
2019-08-30clang-format changesskullY3-76/+50
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. Gray1-0/+92
2017-07-11Fix unreferenced errors with mingw compiler and unit testsFred Sundvik1-1/+4
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 Sundvik3-3/+3
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 Sundvik4-14/+102
2017-07-08Add test for a combo keyFred Sundvik2-5/+44
2017-07-08Add simple modifier testFred Sundvik2-4/+22
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-19More natural interface for setting keyboard ledsFred Sundvik1-3/+0
2017-06-18Add a test fixtureFred Sundvik1-13/+6
2017-06-18Test two keys pressed at onceFred Sundvik1-1/+15
2017-06-18Actually test for correct key pressesFred Sundvik1-2/+6
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 Sundvik1-0/+26
2017-06-18Add keymapFred Sundvik2-1/+8