index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unicode, Unicodemap and UCIS refactor (#21659)
Ryan
2023-08-27
1
-2
/
+7
*
[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)
Pascal Getreuer
2023-05-20
2
-0
/
+14
*
Keymap introspection for combos. (#19670)
Nick Brassel
2023-05-15
1
-0
/
+1
*
Remove some use of keymap.h (#20006)
Joel Challis
2023-03-03
1
-1
/
+0
*
VIA Protocol 12 + fixes (#19916)
Nick Brassel
2023-02-23
1
-1
/
+64
*
Align magic keycodes (#19877)
Joel Challis
2023-02-23
1
-35
/
+35
*
Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)
Joel Challis
2023-02-19
1
-0
/
+2
*
Align sequencer keycodes (#19875)
Joel Challis
2023-02-18
1
-9
/
+9
*
[Core] Tri Layer Keys (#19795)
Drashna Jaelre
2023-02-12
1
-0
/
+2
*
Remove matrix_init_quantum/matrix_scan_quantum (#19806)
Joel Challis
2023-02-11
1
-2
/
+2
*
Tidy up use of keycode range helpers (#19756)
Joel Challis
2023-02-10
1
-1
/
+1
*
Normalise Swap Hands keycodes (#19720)
Ryan
2023-01-30
1
-8
/
+8
*
Introduce VERIFY_AND_CLEAR shorthand (#19370)
Stefan Kerkmann
2022-12-18
2
-2
/
+8
*
[Test] Reset timer for every unit test and provide timestamps for log message...
Stefan Kerkmann
2022-12-15
11
-33
/
+902
*
Normalise Unicode keycodes (#18898)
Ryan
2022-10-31
1
-1
/
+1
*
Fix garbled test output (#18822)
Joel Challis
2022-10-23
1
-1
/
+1
*
Refactor `send_extra` (#18615)
Ryan
2022-10-06
2
-4
/
+4
*
Simplify extrakeys sending at the host driver level (#18230)
Ryan
2022-09-02
2
-11
/
+5
*
Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)
Pascal Getreuer
2022-08-13
2
-0
/
+23
*
Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...
Pascal Getreuer
2022-06-05
4
-3
/
+120
*
Format code according to conventions (#16322)
QMK Bot
2022-02-12
5
-16
/
+46
*
[Core] Don't send keyboard reports that propagate no changes to the host (#1...
Stefan Kerkmann
2021-12-14
1
-3
/
+0
*
[Tests] Increase QMK test coverage take 2 (#15269)
Stefan Kerkmann
2021-11-23
12
-39
/
+382
*
Revert "[Tests] Increase QMK test coverage (#13789)"
Nick Brassel
2021-11-23
12
-382
/
+39
*
[Tests] Increase QMK test coverage (#13789)
Stefan Kerkmann
2021-11-23
12
-39
/
+382
*
[Core] Fix "6kro enable" and clarify naming (#14563)
Drashna Jaelre
2021-09-29
1
-1
/
+1
*
Allow output of logging when running unit tests (#13556)
Joel Challis
2021-07-25
2
-2
/
+38
*
Missed a couple more `#pragma once`s (#11351)
Ryan
2020-12-30
1
-4
/
+1
*
Ensure single newline at EOF for core files (#11310)
Ryan
2020-12-28
4
-10
/
+6
*
Fix pressing two keys with the same keycode but different modifiers (#2710)
fredizzimo
2020-03-13
1
-3
/
+4
*
clang-format changes
skullY
2019-08-30
4
-95
/
+48
*
add tests for action_layer.c and reset layer state after tests
Colin T.A. Gray
2017-12-15
2
-3
/
+10
*
Fix unreferenced errors with mingw compiler and unit tests
Fred Sundvik
2017-07-11
3
-3
/
+6
*
Configure vscode file associations, use hpp instead of h
Fred Sundvik
2017-07-08
7
-8
/
+8
*
Add basic timing support, and SFT_T tests
Fred Sundvik
2017-07-08
3
-4
/
+45
*
Add simple modifier test
Fred Sundvik
2017-07-08
1
-4
/
+10
*
Add a couple of todos to keyboard_report_util.cpp
Fred Sundvik
2017-06-19
1
-0
/
+3
*
More natural interface for setting keyboard leds
Fred Sundvik
2017-06-19
3
-5
/
+4
*
Add a test fixture
Fred Sundvik
2017-06-18
4
-1
/
+72
*
Test two keys pressed at once
Fred Sundvik
2017-06-18
2
-2
/
+30
*
Actually test for correct key presses
Fred Sundvik
2017-06-18
4
-5
/
+92
*
Add a couple of basic tests and implement driver mock
Fred Sundvik
2017-06-18
4
-1
/
+146
*
Dummy test matrix implementation
Fred Sundvik
2017-06-18
1
-0
/
+43