summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow mod-tap hold action on one shot layer (#19214)David Kosorin2023-01-021-0/+248
* Introduce VERIFY_AND_CLEAR shorthand (#19370)Stefan Kerkmann2022-12-1821-251/+257
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-15/+15
* [Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann2022-12-1513-34/+962
* Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_...precondition2022-12-139-351/+3
* Tests that caps word stays active after use of OSL (#19303)precondition2022-12-121-1/+52
* Format code according to conventions (#19305)QMK Bot2022-12-121-4/+3
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-124-52/+132
* Bug17281 - Retain momentary layers until the end of tapping (#17282)Felix Kuehling2022-11-281-0/+69
* Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabled (#18577)Drashna Jaelre2022-11-121-1/+0
* Normalise Unicode keycodes (#18898)Ryan2022-10-312-2/+2
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-3/+3
* Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)Ryan2022-10-241-4/+4
* Fix garbled test output (#18822)Joel Challis2022-10-231-1/+1
* Format code according to conventions (#18818)QMK Bot2022-10-231-13/+13
* Add unit tests for HOLD_ON_OTHER_KEY_PRESS (#18721)precondition2022-10-223-0/+461
* Refactor `send_extra` (#18615)Ryan2022-10-062-4/+4
* Fix layer switching from tap dances by redoing the keymap lookup (#17935)Sergey Vlasov2022-10-035-0/+859
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-204-9/+9
|\
| * Remove legacy keycodes from unit tests (#18430)Joel Challis2022-09-204-9/+9
* | [Core] Add getreuer's Autocorrect feature to core (#15699)Drashna Jaelre2022-09-173-0/+218
* | Simplify extrakeys sending at the host driver level (#18230)Ryan2022-09-022-11/+5
|/
* [Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063)Stefan Kerkmann2022-08-151-4/+0
* Fix Caps Word to treat mod-taps more consistently. (#17463)Pascal Getreuer2022-08-141-0/+159
* Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer2022-08-136-14/+324
* [Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann2022-08-062-24/+1
* tap-dance: Rename tests so that tap_dance is used consistently (#17396)Jouke Witteveen2022-06-165-0/+0
* tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-135-0/+592
* Apply EXPECT_REPORT and EXPECT_EMPTY_REPORT (#17311)Stefan Kerkmann2022-06-059-76/+76
* Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer2022-06-0526-295/+679
* Continue Caps Word when AltGr (right Alt) is held. (#17156)Pascal Getreuer2022-05-201-0/+30
* Format code according to conventions (#17096)QMK Bot2022-05-141-3/+2
* Enhancement and fixes of "Secure" feature (#16958)Drashna Jaelre2022-05-143-0/+330
* [Core] Add Caps Word feature to core (#16588)Pascal Getreuer2022-05-143-0/+463
* Format code according to conventions (#16322)QMK Bot2022-02-125-16/+46
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-88/+0
* [Core] Don't send keyboard reports that propagate no changes to the host (#1...Stefan Kerkmann2021-12-149-70/+43
* [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann2021-11-2344-222/+2674
* Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel2021-11-2344-2659/+207
* [Tests] Increase QMK test coverage (#13789)Stefan Kerkmann2021-11-2344-207/+2659
* Basic keycode overhaul (#14726)Ryan2021-11-033-47/+47
* [Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre2021-09-291-1/+1
* Allow output of logging when running unit tests (#13556)Joel Challis2021-07-252-2/+38
* Missed a couple more `#pragma once`s (#11351)Ryan2020-12-301-4/+1
* Ensure single newline at EOF for core files (#11310)Ryan2020-12-287-16/+9
* format code according to conventions [skip ci]QMK Bot2020-03-132-105/+104
* Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo2020-03-133-5/+123
* clang-format changesskullY2019-08-307-171/+98
* Remove empty action_function()fauxpark2019-01-111-3/+0
* add tests for action_layer.c and reset layer state after testsColin T.A. Gray2017-12-153-3/+102