index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893)
precondition
2023-02-22
1
-0
/
+4
*
Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)
Joel Challis
2023-02-19
1
-0
/
+2
*
Fix functions when `NO_ACTION_TAPPING` is defined (#11528)
Drashna Jaelre
2023-02-19
8
-0
/
+458
*
Align sequencer keycodes (#19875)
Joel Challis
2023-02-18
1
-9
/
+9
*
Fix Layer Mod handling of with right-handed mods. (#19845)
Pascal Getreuer
2023-02-14
1
-0
/
+63
*
Refactor Leader key feature (#19632)
Ryan
2023-02-13
13
-0
/
+438
*
[Core] Tri Layer Keys (#19795)
Drashna Jaelre
2023-02-12
4
-0
/
+119
*
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
*
Allow mod-tap hold action on one shot layer (#19214)
David Kosorin
2023-01-02
1
-0
/
+248
*
Introduce VERIFY_AND_CLEAR shorthand (#19370)
Stefan Kerkmann
2022-12-18
21
-251
/
+257
*
Tap Dance: remove `qk_` prefix (#19313)
Ryan
2022-12-14
2
-15
/
+15
*
[Test] Reset timer for every unit test and provide timestamps for log message...
Stefan Kerkmann
2022-12-15
13
-34
/
+962
*
Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_...
precondition
2022-12-13
9
-351
/
+3
*
Tests that caps word stays active after use of OSL (#19303)
precondition
2022-12-12
1
-1
/
+52
*
Format code according to conventions (#19305)
QMK Bot
2022-12-12
1
-4
/
+3
*
[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)
Albert Y
2022-12-12
4
-52
/
+132
*
Bug17281 - Retain momentary layers until the end of tapping (#17282)
Felix Kuehling
2022-11-28
1
-0
/
+69
*
Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabled (#18577)
Drashna Jaelre
2022-11-12
1
-1
/
+0
*
Normalise Unicode keycodes (#18898)
Ryan
2022-10-31
2
-2
/
+2
*
Normalise Space Cadet keycodes (#18864)
Ryan
2022-10-27
1
-3
/
+3
*
Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)
Ryan
2022-10-24
1
-4
/
+4
*
Fix garbled test output (#18822)
Joel Challis
2022-10-23
1
-1
/
+1
*
Format code according to conventions (#18818)
QMK Bot
2022-10-23
1
-13
/
+13
*
Add unit tests for HOLD_ON_OTHER_KEY_PRESS (#18721)
precondition
2022-10-22
3
-0
/
+461
*
Refactor `send_extra` (#18615)
Ryan
2022-10-06
2
-4
/
+4
*
Fix layer switching from tap dances by redoing the keymap lookup (#17935)
Sergey Vlasov
2022-10-03
5
-0
/
+859
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-09-20
4
-9
/
+9
|
\
|
*
Remove legacy keycodes from unit tests (#18430)
Joel Challis
2022-09-20
4
-9
/
+9
*
|
[Core] Add getreuer's Autocorrect feature to core (#15699)
Drashna Jaelre
2022-09-17
3
-0
/
+218
*
|
Simplify extrakeys sending at the host driver level (#18230)
Ryan
2022-09-02
2
-11
/
+5
|
/
*
[Bug] Add key event check to `is_tap_record` and remove `is_tap_key` (#18063)
Stefan Kerkmann
2022-08-15
1
-4
/
+0
*
Fix Caps Word to treat mod-taps more consistently. (#17463)
Pascal Getreuer
2022-08-14
1
-0
/
+159
*
Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)
Pascal Getreuer
2022-08-13
6
-14
/
+324
*
[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...
Stefan Kerkmann
2022-08-06
2
-24
/
+1
*
tap-dance: Rename tests so that tap_dance is used consistently (#17396)
Jouke Witteveen
2022-06-16
5
-0
/
+0
*
tap-dance: Restructure code and document in more detail (#16394)
Jouke Witteveen
2022-06-13
5
-0
/
+592
*
Apply EXPECT_REPORT and EXPECT_EMPTY_REPORT (#17311)
Stefan Kerkmann
2022-06-05
9
-76
/
+76
*
Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...
Pascal Getreuer
2022-06-05
26
-295
/
+679
*
Continue Caps Word when AltGr (right Alt) is held. (#17156)
Pascal Getreuer
2022-05-20
1
-0
/
+30
*
Format code according to conventions (#17096)
QMK Bot
2022-05-14
1
-3
/
+2
*
Enhancement and fixes of "Secure" feature (#16958)
Drashna Jaelre
2022-05-14
3
-0
/
+330
*
[Core] Add Caps Word feature to core (#16588)
Pascal Getreuer
2022-05-14
3
-0
/
+463
*
Format code according to conventions (#16322)
QMK Bot
2022-02-12
5
-16
/
+46
*
Rip out old macro and action_function system (#16025)
Ryan
2022-01-24
1
-88
/
+0
*
[Core] Don't send keyboard reports that propagate no changes to the host (#1...
Stefan Kerkmann
2021-12-14
9
-70
/
+43
[next]