summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_leader.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-13Refactor Leader key feature (#19632)Ryan1-57/+20
2022-12-14Leader: remove `qk_` prefix (#19304)Ryan1-21/+21
2022-11-06Fix keycode parameter extraction to match the new DD keycodes (#18977)Sergey Vlasov1-2/+4
2022-10-21Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan1-1/+1
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler1-1/+1
2022-07-02Fix keys being discarded after using the leader key (#17287)torkel1041-0/+1
2022-02-12Format code according to conventions (#16322)QMK Bot1-2/+2
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young1-1/+4
2019-08-30clang-format changesskullY1-43/+43
2019-07-16Fix Preprocessor check for Leader KeysDrashna Jaelre1-3/+1
2019-07-15Add out of bound check for Leader Key sequence array (#5840)Drashna Jaelre1-7/+11
2018-12-29Fix leader processingGiuseppe Rota1-2/+0
2018-12-20Fix up process_leader to be a bit more optimized (#4662)Drashna Jaelre1-20/+31
2018-12-15Per Key Leader Timing Option (#4026)Alexander Kagno1-0/+6
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-1/+1
2018-05-15Add default to LEADER_TIMEOUT in case it's not defined (#2818)Drashna Jaelre1-0/+4
2017-08-15Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ...Martin Sandiford1-0/+4
2017-03-28Clarify the quantum license (#1042)skullydazed1-1/+17
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-0/+38