summaryrefslogtreecommitdiff
path: root/tests/test_common
AgeCommit message (Expand)Author
2024-01-04Regenerate Files (#22821)QMK Bot
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan
2023-09-25Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ...Isaac Elenbaas
2023-08-27Unicode, Unicodemap and UCIS refactor (#21659)Ryan
2023-05-20[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)Pascal Getreuer
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel
2023-03-03Remove some use of keymap.h (#20006)Joel Challis
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel
2023-02-23Align magic keycodes (#19877)Joel Challis
2023-02-19Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)Joel Challis
2023-02-18Align sequencer keycodes (#19875)Joel Challis
2023-02-12[Core] Tri Layer Keys (#19795)Drashna Jaelre
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis
2023-01-30Normalise Swap Hands keycodes (#19720)Ryan
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-10-31Normalise Unicode keycodes (#18898)Ryan
2022-10-23Fix garbled test output (#18822)Joel Challis
2022-10-06Refactor `send_extra` (#18615)Ryan
2022-09-02Simplify extrakeys sending at the host driver level (#18230)Ryan
2022-08-13Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer
2022-06-05Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer
2022-02-12Format code according to conventions (#16322)QMK Bot
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-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-13Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo
2019-08-30clang-format changesskullY
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-08Configure vscode file associations, use hpp instead of hFred Sundvik
2017-07-08Add basic timing support, and SFT_T testsFred Sundvik
2017-07-08Add simple modifier testFred Sundvik
2017-06-19Add a couple of todos to keyboard_report_util.cppFred 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-18Add a couple of basic tests and implement driver mockFred Sundvik
2017-06-18Dummy test matrix implementationFred Sundvik