index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basic
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-21
[Core] use `keycode_string` in unit tests (#25042)
Stefan Kerkmann
1
-52
/
+0
2025-03-06
Add EOL to non-keyboard files (#24990)
Joel Challis
1
-1
/
+1
2025-02-16
Chaining OSL and MO (#23065)
DavidSannier
1
-1
/
+335
2024-04-30
Refactoring successive press() -> release() calls (#23573)
DavidSannier
1
-40
/
+10
2023-09-25
Fix OSM on a OSL activated layer (#20410)
NapOli1084
1
-0
/
+46
2023-09-25
Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ...
Isaac Elenbaas
2
-2
/
+2
2023-05-13
Add a user callback for pre process record (#20584)
Albert Y
1
-1
/
+2
2023-04-03
Fix OSMs getting stuck (#20034)
Kasimir Pihlasviita
1
-0
/
+144
2023-02-14
Fix Layer Mod handling of with right-handed mods. (#19845)
Pascal Getreuer
1
-0
/
+63
2022-12-18
Introduce VERIFY_AND_CLEAR shorthand (#19370)
Stefan Kerkmann
4
-70
/
+70
2022-12-15
[Test] Reset timer for every unit test and provide timestamps for log message...
Stefan Kerkmann
1
-0
/
+52
2022-11-28
Bug17281 - Retain momentary layers until the end of tapping (#17282)
Felix Kuehling
1
-0
/
+69
2022-11-12
Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabled (#18577)
Drashna Jaelre
1
-1
/
+0
2022-08-06
[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...
Stefan Kerkmann
1
-22
/
+0
2022-06-05
Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...
Pascal Getreuer
4
-110
/
+110
2022-01-24
Rip out old macro and action_function system (#16025)
Ryan
1
-88
/
+0
2021-12-14
[Core] Don't send keyboard reports that propagate no changes to the host (#1...
Stefan Kerkmann
3
-56
/
+40
2021-11-23
[Tests] Increase QMK test coverage take 2 (#15269)
Stefan Kerkmann
8
-182
/
+776
2021-11-23
Revert "[Tests] Increase QMK test coverage (#13789)"
Nick Brassel
8
-761
/
+167
2021-11-23
[Tests] Increase QMK test coverage (#13789)
Stefan Kerkmann
8
-167
/
+761
2021-11-03
Basic keycode overhaul (#14726)
Ryan
3
-47
/
+47
2020-12-28
Ensure single newline at EOF for core files (#11310)
Ryan
3
-6
/
+3
2020-03-13
format code according to conventions [skip ci]
QMK Bot
2
-105
/
+104
2020-03-13
Fix pressing two keys with the same keycode but different modifiers (#2710)
fredizzimo
2
-2
/
+119
2019-08-30
clang-format changes
skullY
3
-76
/
+50
2019-01-11
Remove empty action_function()
fauxpark
1
-3
/
+0
2017-12-15
add tests for action_layer.c and reset layer state after tests
Colin T.A. Gray
1
-0
/
+92
2017-07-11
Fix unreferenced errors with mingw compiler and unit tests
Fred Sundvik
1
-1
/
+4
2017-07-08
Reference issue #1478 from the unit tests
Fred Sundvik
1
-0
/
+1
2017-07-08
Reference issue #1477 from the unit tests
Fred Sundvik
1
-0
/
+2
2017-07-08
Reference issue #524 from the unit tests
Fred Sundvik
1
-0
/
+3
2017-07-08
Reference issue #1476 from the unit tests
Fred Sundvik
1
-0
/
+4
2017-07-08
Configure vscode file associations, use hpp instead of h
Fred Sundvik
3
-3
/
+3
2017-07-08
Fix keymap formatting
Fred Sundvik
1
-10
/
+10
2017-07-08
Add tests for macros
Fred Sundvik
2
-1
/
+109
2017-07-08
Rename tests to start with test_
Fred Sundvik
2
-0
/
+0
2017-07-08
Add basic timing support, and SFT_T tests
Fred Sundvik
4
-14
/
+102
2017-07-08
Add test for a combo key
Fred Sundvik
2
-5
/
+44
2017-07-08
Add simple modifier test
Fred Sundvik
2
-4
/
+22
2017-07-08
Improve the tests a bit
Fred Sundvik
1
-1
/
+10
2017-07-08
A bigger test matrix, and test for unmapped keys
Fred Sundvik
3
-5
/
+18
2017-07-08
Rename test.cpp to keypress.cpp
Fred Sundvik
1
-0
/
+0
2017-07-08
Move test keymap to keymap.c
Fred Sundvik
2
-7
/
+24
2017-06-19
More natural interface for setting keyboard leds
Fred Sundvik
1
-3
/
+0
2017-06-18
Add a test fixture
Fred Sundvik
1
-13
/
+6
2017-06-18
Test two keys pressed at once
Fred Sundvik
1
-1
/
+15
2017-06-18
Actually test for correct key presses
Fred Sundvik
1
-2
/
+6
2017-06-18
Fix the order of init and driver creation
Fred Sundvik
1
-2
/
+4
2017-06-18
Add a couple of basic tests and implement driver mock
Fred Sundvik
1
-0
/
+26
2017-06-18
Add keymap
Fred Sundvik
2
-1
/
+8
[next]