summaryrefslogtreecommitdiff
path: root/tests/test_common
AgeCommit message (Expand)AuthorFilesLines
2025-06-14Add core handling for pointing device failures. (#25315)Dasky1-1/+2
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-1/+1
2025-03-21[Core] use `keycode_string` in unit tests (#25042)Stefan Kerkmann7-911/+15
2025-01-01[CI] Regenerate Files (#24770)QMK Bot1-1/+1
2024-11-23Add pointing tests (#24513)Dasky7-0/+284
2024-11-23[Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)Joel Challis1-0/+2
2024-11-21[Core] Add Layer Lock feature (#23430)Drashna Jaelre1-0/+1
2024-11-14Revert removal of `QK_OUTPUT_AUTO`, fixup docs to reflect. (#24593)Nick Brassel1-0/+1
2024-09-24Remove `RING_BUFFERED_6KRO_REPORT_ENABLE` due to disuse. (#24433)Nick Brassel1-2/+0
2024-08-27Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)Nick Brassel1-3/+14
2024-07-03Normalise mouse keycodes (#23975)Ryan1-19/+19
2024-05-13Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+3
2024-05-13Add housekeeping execution to unit tests (#22999)leep-frog1-1/+3
2024-05-07Normalise RGBLight (underglow) keycodes (#23656)Ryan1-11/+11
2024-05-04Add new set of keycodes for RGB Matrix (#23463)Ryan1-0/+13
2024-04-11Add new set of keycodes for LED Matrix (#23432)Ryan1-0/+9
2024-01-04Regenerate Files (#22821)QMK Bot1-1/+1
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan3-3/+9
2023-09-25Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ...Isaac Elenbaas3-3/+3
2023-08-27Unicode, Unicodemap and UCIS refactor (#21659)Ryan1-2/+7
2023-05-20[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)Pascal Getreuer2-0/+14
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel1-0/+1
2023-03-03Remove some use of keymap.h (#20006)Joel Challis1-1/+0
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel1-1/+64
2023-02-23Align magic keycodes (#19877)Joel Challis1-35/+35
2023-02-19Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)Joel Challis1-0/+2
2023-02-18Align sequencer keycodes (#19875)Joel Challis1-9/+9
2023-02-12[Core] Tri Layer Keys (#19795)Drashna Jaelre1-0/+2
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis1-2/+2
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis1-1/+1
2023-01-30Normalise Swap Hands keycodes (#19720)Ryan1-8/+8
2022-12-18Introduce VERIFY_AND_CLEAR shorthand (#19370)Stefan Kerkmann2-2/+8
2022-12-15[Test] Reset timer for every unit test and provide timestamps for log message...Stefan Kerkmann11-33/+902
2022-10-31Normalise Unicode keycodes (#18898)Ryan1-1/+1
2022-10-23Fix garbled test output (#18822)Joel Challis1-1/+1
2022-10-06Refactor `send_extra` (#18615)Ryan2-4/+4
2022-09-02Simplify extrakeys sending at the host driver level (#18230)Ryan2-11/+5
2022-08-13Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer2-0/+23
2022-06-05Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer4-3/+120
2022-02-12Format code according to conventions (#16322)QMK Bot5-16/+46
2021-12-14[Core] Don't send keyboard reports that propagate no changes to the host (#1...Stefan Kerkmann1-3/+0
2021-11-23 [Tests] Increase QMK test coverage take 2 (#15269)Stefan Kerkmann12-39/+382
2021-11-23Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel12-382/+39
2021-11-23[Tests] Increase QMK test coverage (#13789)Stefan Kerkmann12-39/+382
2021-09-29[Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre1-1/+1
2021-07-25Allow output of logging when running unit tests (#13556)Joel Challis2-2/+38
2020-12-30Missed a couple more `#pragma once`s (#11351)Ryan1-4/+1
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan4-10/+6
2020-03-13Fix pressing two keys with the same keycode but different modifiers (#2710)fredizzimo1-3/+4
2019-08-30clang-format changesskullY4-95/+48