summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-10-03Fix layer switching from tap dances by redoing the keymap lookup (#17935)Sergey Vlasov
2022-09-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-20Remove legacy keycodes from unit tests (#18430)Joel Challis
2022-09-17[Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre
2022-09-02Simplify extrakeys sending at the host driver level (#18230)Ryan
2022-08-15[Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063)Stefan Kerkmann
2022-08-14Fix Caps Word to treat mod-taps more consistently. (#17463)Pascal Getreuer
2022-08-13Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer
2022-08-06[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann
2022-06-16tap-dance: Rename tests so that tap_dance is used consistently (#17396)Jouke Witteveen
2022-06-13tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen
2022-06-05Apply EXPECT_REPORT and EXPECT_EMPTY_REPORT (#17311)Stefan Kerkmann
2022-06-05Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer
2022-05-20Continue Caps Word when AltGr (right Alt) is held. (#17156)Pascal Getreuer
2022-05-14Format code according to conventions (#17096)QMK Bot
2022-05-14Enhancement and fixes of "Secure" feature (#16958)Drashna Jaelre
2022-05-14[Core] Add Caps Word feature to core (#16588)Pascal Getreuer
2022-02-12Format code according to conventions (#16322)QMK Bot
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
2021-09-29[Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre
2021-07-25Allow output of logging when running unit tests (#13556)Joel Challis
2020-12-30Missed a couple more `#pragma once`s (#11351)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-19Add a couple of todos to keyboard_report_util.cppFred Sundvik