summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2025-11-30Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+1
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-2/+1
2025-11-23Reduce tap dance memory usage, move state out of data (#25415)Stephen Ostermiller1-1/+3
2025-11-23[CI] Format code according to conventions (#25820)QMK Bot1-2/+2
2025-11-23Fix single key combos activating only once (#25198)Julian Schuler2-2/+19
2025-11-23[Bug][Core] Fix Speculative Hold to enable also right-handed RSFT, RCTL by de...Pascal Getreuer6-284/+416
2025-11-11[Core] Speculative Hold option for mod-taps: hold mods instantly while unsett...Pascal Getreuer13-0/+3416
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan1-1/+1
2025-06-14Add core handling for pointing device failures. (#25315)Dasky2-1/+22
2025-04-28[Core] Enhance Flow Tap to work better for rolls over multiple tap-hold keys....Pascal Getreuer6-1/+1350
2025-04-22[Bug][Core] Fix for Flow Tap: fix handling of distinct taps and timer updates...Pascal Getreuer2-1/+331
2025-04-19Ignore the Layer Lock key in Repeat Key and Caps Word. (#25171)Pascal Getreuer4-7/+81
2025-04-14[Core] Flow Tap tap-hold option to disable HRMs during fast typing (#25125)Pascal Getreuer4-0/+376
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 Kerkmann11-966/+17
2025-03-19[Core] get_keycode_string(): function to format keycodes as strings, for more...Pascal Getreuer3-0/+194
2025-03-06Add EOL to non-keyboard files (#24990)Joel Challis3-3/+3
2025-02-16Retro Tapping Re-Write; Key Roll Fix (#23641)John1-0/+408
2025-02-16Chaining OSL and MO (#23065)DavidSannier1-1/+335
2025-01-30[Bug][Core] Fix for Chordal Hold: stuck mods when mod-taps are pressed in a s...Pascal Getreuer2-1/+87
2025-01-27[Core] Add Chordal Hold, an "opposite hands rule" tap-hold option similar to ...Pascal Getreuer18-0/+2981
2025-01-01[CI] Regenerate Files (#24770)QMK Bot1-1/+1
2024-11-23Add pointing tests (#24513)Dasky28-0/+915
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 Jaelre4-0/+301
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-09-05Add combo key repress feature (#22858)Filios924-0/+217
2024-08-27Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)Nick Brassel1-3/+14
2024-07-06Tap dance introspection (#24049)Nick Brassel3-4/+4
2024-07-03Normalise mouse keycodes (#23975)Ryan1-19/+19
2024-05-13Merge remote-tracking branch 'origin/master' into developQMK Bot4-1/+108
2024-05-13Add housekeeping execution to unit tests (#22999)leep-frog4-1/+108
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-30Refactoring successive press() -> release() calls (#23573)DavidSannier1-40/+10
2024-04-11Add new set of keycodes for LED Matrix (#23432)Ryan1-0/+9
2024-01-09Ignore space cadet key release when caps word is active (#21721)Paul Landers1-3/+3
2024-01-01Update copyright year on generated files (#22795)QMK Bot1-1/+1
2023-12-24Align location of tap dance keycode (#22742)Joel Challis1-1/+1
2023-10-23Separate 6KRO and NKRO report structs (#22267)Ryan3-3/+9
2023-09-25Fix OSM on a OSL activated layer (#20410)NapOli10841-0/+46
2023-09-25Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ...Isaac Elenbaas39-9/+2482
2023-08-27Unicode, Unicodemap and UCIS refactor (#21659)Ryan13-2/+446
2023-07-26On-each-release tap dance function (#20255)leep-frog3-1/+141
2023-07-08[Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce fir...Pascal Getreuer3-0/+152
2023-07-08[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ...precondition2-1/+205
2023-06-01Unicodemap keycodes rename (#21092)Ryan1-2/+2
2023-05-20[Bug] Fix issue with Repeat Key-Combo test (#21005)Drashna Jaelre3-7/+9
2023-05-20[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)Pascal Getreuer11-0/+1468