summaryrefslogtreecommitdiffstats
path: root/tests/test_common/keyboard_report_util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up use of keycode range helpers (#19756)Joel Challis2023-02-101-1/+1
|
* [Test] Reset timer for every unit test and provide timestamps for log ↵Stefan Kerkmann2022-12-151-6/+39
| | | | messages (#17028)
* Format code according to conventions (#16322)QMK Bot2022-02-121-4/+10
|
* [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann2021-11-231-8/+13
| | | | | | | | | | | | | | | | | * 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-13/+8
| | | | This reverts commit b6054c0206609f3755f71d819643644d250288b0.
* [Tests] Increase QMK test coverage (#13789)Stefan Kerkmann2021-11-231-8/+13
| | | | | | | | | | | | | | | | | | | | | * 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>
* [Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre2021-09-291-1/+1
| | | | | | | | | | | * Fix USB_6KRO_ENABLE compilation errors * Add info to docs * Rename define to be more accurate * Remove unused rule * Refixe docs
* Ensure single newline at EOF for core files (#11310)Ryan2020-12-281-1/+1
|
* clang-format changesskullY2019-08-301-35/+27
|
* Configure vscode file associations, use hpp instead of hFred Sundvik2017-07-081-1/+1
|
* Add simple modifier testFred Sundvik2017-07-081-4/+10
|
* Add a couple of todos to keyboard_report_util.cppFred Sundvik2017-06-191-0/+3
| | | | Also print the modifier state
* Test two keys pressed at onceFred Sundvik2017-06-181-2/+28
|
* Actually test for correct key pressesFred Sundvik2017-06-181-0/+47