index
:
qmk_firmware.git
audio
master
optimised
unicode
user_functions
Keyboard layout for Planck
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
process_keycode
/
process_leader.c
Age
Commit message (
Expand
)
Author
2023-07-11
process_keycode: remove direct `quantum.h` includes (#21486)
Ryan
2023-02-13
Refactor Leader key feature (#19632)
Ryan
2022-12-14
Leader: remove `qk_` prefix (#19304)
Ryan
2022-11-06
Fix keycode parameter extraction to match the new DD keycodes (#18977)
Sergey Vlasov
2022-10-21
Deprecate `KC_LEAD` for `QK_LEAD` (#18792)
Ryan
2022-08-30
Use a macro to compute the size of arrays at compile time (#18044)
Jeff Epler
2022-07-02
Fix keys being discarded after using the leader key (#17287)
torkel104
2022-02-12
Format code according to conventions (#16322)
QMK Bot
2021-05-29
2021 May 29 Breaking Changes Update (#13034)
James Young
2019-08-30
clang-format changes
skullY
2019-07-16
Fix Preprocessor check for Leader Keys
Drashna Jaelre
2019-07-15
Add out of bound check for Leader Key sequence array (#5840)
Drashna Jaelre
2018-12-29
Fix leader processing
Giuseppe Rota
2018-12-20
Fix up process_leader to be a bit more optimized (#4662)
Drashna Jaelre
2018-12-15
Per Key Leader Timing Option (#4026)
Alexander Kagno
2018-09-17
Make `PREVENT_STUCK_MODIFIERS` the default (#3107)
Joe Wasson
2018-05-15
Add default to LEADER_TIMEOUT in case it's not defined (#2818)
Drashna Jaelre
2017-08-15
Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ...
Martin Sandiford
2017-03-28
Clarify the quantum license (#1042)
skullydazed
2016-06-29
Moves features to their own files (process_*), adds tap dance feature (#460)
Jack Humbert