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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-30
[CI] Format code according to conventions (#25827)
QMK Bot
1
-6
/
+4
2023-07-11
process_keycode: remove direct `quantum.h` includes (#21486)
Ryan
1
-2
/
+4
2023-05-15
Keymap introspection for combos. (#19670)
Nick Brassel
1
-1
/
+1
2023-02-10
Tidy up use of keycode range helpers (#19756)
Joel Challis
1
-1
/
+1
2021-11-01
Manually format develop (#15003)
Joel Challis
1
-2
/
+2
2021-08-06
Process combos earlier & overlapping combos (#8591)
Pete Sevander
1
-9
/
+27
2021-07-28
matrix_scan_x -> x_task (#13748)
Joel Challis
1
-1
/
+1
2020-12-26
Change include guards in quantum/ to pragma once (#11239)
Ryan
1
-4
/
+1
2020-08-29
Bigger combo index (#9318)
Pete Sevander
1
-1
/
+1
2019-08-30
clang-format changes
skullY
1
-14
/
+14
2019-07-16
Allow Combo feature to be enabled/disabled live (#6318)
Drashna Jaelre
1
-0
/
+5
2019-04-08
Switch process_combo to using global register and timer (#2561)
Bob
1
-16
/
+17
2018-08-20
Fix process_combo which assign -1 to uint16_t
Shihpin Tseng
1
-0
/
+1
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
-15
/
+19
2016-12-10
Added support for timing out combos if a key as been pressed for longer than ...
Ofer Plesser
1
-3
/
+17
2016-12-10
Implemented basic key combination feature
Ofer Plesser
1
-0
/
+25