index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quantum
/
process_keycode
/
process_combo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)
Pascal Getreuer
2022-08-13
1
-0
/
+9
*
Add support for encoder mapping. (#13286)
Nick Brassel
2022-03-09
1
-9
/
+2
*
Format code according to conventions (#16322)
QMK Bot
2022-02-12
1
-12
/
+28
*
Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)
Pete Sevander
2022-01-28
1
-0
/
+13
*
New combo configuration options (#15083)
Pete Sevander
2022-01-09
1
-1
/
+38
*
Manually format develop (#15003)
Joel Challis
2021-11-01
1
-89
/
+95
*
Fix `combo_disable` (#13988)
Pete Sevander
2021-08-14
1
-8
/
+10
*
Process combos earlier & overlapping combos (#8591)
Pete Sevander
2021-08-06
1
-99
/
+449
*
matrix_scan_x -> x_task (#13748)
Joel Challis
2021-07-28
1
-1
/
+1
*
format code according to conventions [skip ci]
QMK Bot
2020-08-29
1
-2
/
+2
*
Bigger combo index (#9318)
Pete Sevander
2020-08-29
1
-3
/
+3
*
Run clang-format manually to fix recently changed files (#8552)
Joel Challis
2020-03-25
1
-3
/
+3
*
Variable combo (#8120)
Jeremy Bernhardt
2020-03-23
1
-4
/
+10
*
clang-format changes
skullY
2019-08-30
1
-135
/
+124
*
Allow Combo feature to be enabled/disabled live (#6318)
Drashna Jaelre
2019-07-16
1
-1
/
+42
*
fix combo enabling logic (#5610)
Bob
2019-04-14
1
-2
/
+2
*
Switch process_combo to using global register and timer (#2561)
Bob
2019-04-08
1
-108
/
+131
*
Fix process_combo which assign -1 to uint16_t
Shihpin Tseng
2018-08-20
1
-9
/
+9
*
Fixed various keymaps and the allocation of "key_combos" (#2526)
Brian Choromanski
2018-03-16
1
-1
/
+1
*
Fix process_combo.c compile warning
Shihpin Tseng
2017-10-29
1
-1
/
+5
*
Clarify the quantum license (#1042)
skullydazed
2017-03-28
1
-0
/
+16
*
Refactored as well as added support for action keys in combos
Ofer Plesser
2016-12-16
1
-53
/
+70
*
Added support for timing out combos if a key as been pressed for longer than ...
Ofer Plesser
2016-12-10
1
-28
/
+79
*
Implemented basic key combination feature
Ofer Plesser
2016-12-10
1
-0
/
+66