summaryrefslogtreecommitdiffstats
path: root/tests/tap_hold_configurations/retro_tapping/config.h
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ↵precondition2023-07-081-1/+4
| | | | and key overrides (#20992)
* [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann2021-11-231-0/+21
| | | | | | | | | | | | | | | | | * 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-21/+0
| | | | This reverts commit b6054c0206609f3755f71d819643644d250288b0.
* [Tests] Increase QMK test coverage (#13789)Stefan Kerkmann2021-11-231-0/+21
* 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>