summaryrefslogtreecommitdiffstats
path: root/tests/tap_hold_configurations/permissive_hold_ignore_mod_tap_interrupt/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition2022-12-131-22/+0
| | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
* [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann2021-11-231-0/+22
| | | | | | | | | | | | | | | | | * Add per-test keymaps * Add better trace and info logs for failed unit-tests * Add layer state assertion with tracing message * Use individual test binaries configuration options * Add basic qmk functionality tests * Add tap hold configurations tests * Add auto shift tests Co-authored-by: Nick Brassel <nick@tzarc.org>
* Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel2021-11-231-22/+0
| | | | This reverts commit b6054c0206609f3755f71d819643644d250288b0.
* [Tests] Increase QMK test coverage (#13789)Stefan Kerkmann2021-11-231-0/+22
* Add per-test keymaps * Add better trace and info logs for failed unit-tests * Add layer state assertion with tracing message * Use individual test binaries configuration options * Add basic qmk functionality tests * Add tap hold configurations tests * Add auto shift tests * `qmk format-c * Fix tests Co-authored-by: Nick Brassel <nick@tzarc.org>