summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_combo.h
AgeCommit message (Expand)Author
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis
2021-11-01Manually format develop (#15003)Joel Challis
2021-08-06Process combos earlier & overlapping combos (#8591)Pete Sevander
2021-07-28matrix_scan_x -> x_task (#13748)Joel Challis
2020-12-26Change include guards in quantum/ to pragma once (#11239)Ryan
2020-08-29Bigger combo index (#9318)Pete Sevander
2019-08-30clang-format changesskullY
2019-07-16Allow Combo feature to be enabled/disabled live (#6318)Drashna Jaelre
2019-04-08Switch process_combo to using global register and timer (#2561)Bob
2018-08-20Fix process_combo which assign -1 to uint16_tShihpin Tseng
2017-03-28Clarify the quantum license (#1042)skullydazed
2016-12-16Refactored as well as added support for action keys in combosOfer Plesser
2016-12-10Added support for timing out combos if a key as been pressed for longer than ...Ofer Plesser
2016-12-10Implemented basic key combination featureOfer Plesser