Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rip out old macro and action_function system (#16025) | Ryan | 2022-01-24 | 1 | -88/+0 |
| | | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | [Core] Don't send keyboard reports that propagate no changes to the host ↵ | Stefan Kerkmann | 2021-12-14 | 3 | -56/+40 |
| | | | | (#14065) | ||||
* | [Tests] Increase QMK test coverage take 2 (#15269) | Stefan Kerkmann | 2021-11-23 | 8 | -182/+776 |
| | | | | | | | | | | | | | | | | | * 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 Brassel | 2021-11-23 | 8 | -761/+167 |
| | | | | This reverts commit b6054c0206609f3755f71d819643644d250288b0. | ||||
* | [Tests] Increase QMK test coverage (#13789) | Stefan Kerkmann | 2021-11-23 | 8 | -167/+761 |
| | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Basic keycode overhaul (#14726) | Ryan | 2021-11-03 | 3 | -47/+47 |
| | |||||
* | Ensure single newline at EOF for core files (#11310) | Ryan | 2020-12-28 | 3 | -6/+3 |
| | |||||
* | format code according to conventions [skip ci] | QMK Bot | 2020-03-13 | 2 | -105/+104 |
| | |||||
* | Fix pressing two keys with the same keycode but different modifiers (#2710) | fredizzimo | 2020-03-13 | 2 | -2/+119 |
| | | | | | | | | | | | | | | | | | | * Fix extra keyboard report during test_fixture teardown * Add tests for pressing two keys with only different modifers * Fix #1708 When two keys that use the same keycode, but different modifiers were pressed at the same time, the second keypress wasn't registered. This is fixed by forcing a key release when we detect a new press for the same keycode. * Fix the NKRO version of is_key_pressed * Fix uninitalized loop variable Co-authored-by: Jack Humbert <jack.humb@gmail.com> | ||||
* | clang-format changes | skullY | 2019-08-30 | 3 | -76/+50 |
| | |||||
* | Remove empty action_function() | fauxpark | 2019-01-11 | 1 | -3/+0 |
| | |||||
* | add tests for action_layer.c and reset layer state after tests | Colin T.A. Gray | 2017-12-15 | 1 | -0/+92 |
| | |||||
* | Fix unreferenced errors with mingw compiler and unit tests | Fred Sundvik | 2017-07-11 | 1 | -1/+4 |
| | |||||
* | Reference issue #1478 from the unit tests | Fred Sundvik | 2017-07-08 | 1 | -0/+1 |
| | |||||
* | Reference issue #1477 from the unit tests | Fred Sundvik | 2017-07-08 | 1 | -0/+2 |
| | |||||
* | Reference issue #524 from the unit tests | Fred Sundvik | 2017-07-08 | 1 | -0/+3 |
| | |||||
* | Reference issue #1476 from the unit tests | Fred Sundvik | 2017-07-08 | 1 | -0/+4 |
| | |||||
* | Configure vscode file associations, use hpp instead of h | Fred Sundvik | 2017-07-08 | 3 | -3/+3 |
| | |||||
* | Fix keymap formatting | Fred Sundvik | 2017-07-08 | 1 | -10/+10 |
| | |||||
* | Add tests for macros | Fred Sundvik | 2017-07-08 | 2 | -1/+109 |
| | |||||
* | Rename tests to start with test_ | Fred Sundvik | 2017-07-08 | 2 | -0/+0 |
| | |||||
* | Add basic timing support, and SFT_T tests | Fred Sundvik | 2017-07-08 | 4 | -14/+102 |
| | | | | Also expose some bugs... | ||||
* | Add test for a combo key | Fred Sundvik | 2017-07-08 | 2 | -5/+44 |
| | |||||
* | Add simple modifier test | Fred Sundvik | 2017-07-08 | 2 | -4/+22 |
| | |||||
* | Improve the tests a bit | Fred Sundvik | 2017-07-08 | 1 | -1/+10 |
| | |||||
* | A bigger test matrix, and test for unmapped keys | Fred Sundvik | 2017-07-08 | 3 | -5/+18 |
| | |||||
* | Rename test.cpp to keypress.cpp | Fred Sundvik | 2017-07-08 | 1 | -0/+0 |
| | |||||
* | Move test keymap to keymap.c | Fred Sundvik | 2017-07-08 | 2 | -7/+24 |
| | |||||
* | More natural interface for setting keyboard leds | Fred Sundvik | 2017-06-19 | 1 | -3/+0 |
| | |||||
* | Add a test fixture | Fred Sundvik | 2017-06-18 | 1 | -13/+6 |
| | | | | It only initializes QMK once, and clears the matrix after each test. | ||||
* | Test two keys pressed at once | Fred Sundvik | 2017-06-18 | 1 | -1/+15 |
| | |||||
* | Actually test for correct key presses | Fred Sundvik | 2017-06-18 | 1 | -2/+6 |
| | |||||
* | Fix the order of init and driver creation | Fred Sundvik | 2017-06-18 | 1 | -2/+4 |
| | |||||
* | Add a couple of basic tests and implement driver mock | Fred Sundvik | 2017-06-18 | 1 | -0/+26 |
| | |||||
* | Add keymap | Fred Sundvik | 2017-06-18 | 2 | -1/+8 |
| | |||||
* | Split common.mk into common.mk and common_features.mk | Fred Sundvik | 2017-06-18 | 1 | -1/+3 |
| | | | | To support including keyboard/keymap specific rules before it | ||||
* | Define MATRIX_COLS and MATRIX_ROWS | Fred Sundvik | 2017-06-18 | 1 | -0/+2 |
| | |||||
* | Add basic infrastrucure for building full tests | Fred Sundvik | 2017-06-18 | 3 | -0/+53 |