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
/
quantum
/
process_keycode
/
process_combo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-30
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-7
/
+7
2025-11-30
[CI] Format code according to conventions (#25827)
QMK Bot
1
-7
/
+7
2025-11-23
Fix single key combos activating only once (#25198)
Julian Schuler
1
-0
/
+4
2024-10-12
Update combo user function variable (#24467)
フィルターペーパー
1
-3
/
+3
2024-09-05
Add combo key repress feature (#22858)
Filios92
1
-12
/
+34
2023-09-25
Fix combo_ref_from_layer respect different default layer [#21780] (#21781)
Ben Cooper
1
-1
/
+1
2023-07-12
process_combo: restore wait.h header (#21514)
フィルターペーパー
1
-0
/
+1
2023-07-11
process_keycode: remove direct `quantum.h` includes (#21486)
Ryan
1
-3
/
+8
2023-05-15
Keymap introspection for combos. (#19670)
Nick Brassel
1
-15
/
+8
2023-05-10
Fix Mod-Tap combo regression (#20669)
Pete Sevander
1
-0
/
+1
2023-04-03
[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)
Stefan Kerkmann
1
-5
/
+5
2023-03-27
Remove use of keymap.h (#20004)
Joel Challis
1
-0
/
+1
2023-02-13
Add combo hook to allow per layer combo reference layers. (#16699)
Eric.a Gebhart
1
-1
/
+13
2022-10-27
Normalise Combo keycodes (#18877)
Ryan
1
-3
/
+3
2022-08-13
Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)
Pascal Getreuer
1
-0
/
+9
2022-03-09
Add support for encoder mapping. (#13286)
Nick Brassel
1
-9
/
+2
2022-02-12
Format code according to conventions (#16322)
QMK Bot
1
-12
/
+28
2022-01-28
Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)
Pete Sevander
1
-0
/
+13
2022-01-09
New combo configuration options (#15083)
Pete Sevander
1
-1
/
+38
2021-11-01
Manually format develop (#15003)
Joel Challis
1
-89
/
+95
2021-08-14
Fix `combo_disable` (#13988)
Pete Sevander
1
-8
/
+10
2021-08-06
Process combos earlier & overlapping combos (#8591)
Pete Sevander
1
-99
/
+449
2021-07-28
matrix_scan_x -> x_task (#13748)
Joel Challis
1
-1
/
+1
2020-08-29
format code according to conventions [skip ci]
QMK Bot
1
-2
/
+2
2020-08-29
Bigger combo index (#9318)
Pete Sevander
1
-3
/
+3
2020-03-25
Run clang-format manually to fix recently changed files (#8552)
Joel Challis
1
-3
/
+3
2020-03-23
Variable combo (#8120)
Jeremy Bernhardt
1
-4
/
+10
2019-08-30
clang-format changes
skullY
1
-135
/
+124
2019-07-16
Allow Combo feature to be enabled/disabled live (#6318)
Drashna Jaelre
1
-1
/
+42
2019-04-14
fix combo enabling logic (#5610)
Bob
1
-2
/
+2
2019-04-08
Switch process_combo to using global register and timer (#2561)
Bob
1
-108
/
+131
2018-08-20
Fix process_combo which assign -1 to uint16_t
Shihpin Tseng
1
-9
/
+9
2018-03-16
Fixed various keymaps and the allocation of "key_combos" (#2526)
Brian Choromanski
1
-1
/
+1
2017-10-29
Fix process_combo.c compile warning
Shihpin Tseng
1
-1
/
+5
2017-03-28
Clarify the quantum license (#1042)
skullydazed
1
-0
/
+16
2016-12-16
Refactored as well as added support for action keys in combos
Ofer Plesser
1
-53
/
+70
2016-12-10
Added support for timing out combos if a key as been pressed for longer than ...
Ofer Plesser
1
-28
/
+79
2016-12-10
Implemented basic key combination feature
Ofer Plesser
1
-0
/
+66