summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_leader.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor Leader key feature (#19632)Ryan2023-02-131-57/+20
* Leader: remove `qk_` prefix (#19304)Ryan2022-12-141-21/+21
* Fix keycode parameter extraction to match the new DD keycodes (#18977)Sergey Vlasov2022-11-061-2/+4
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-211-1/+1
* Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-1/+1
* Fix keys being discarded after using the leader key (#17287)torkel1042022-07-021-0/+1
* Format code according to conventions (#16322)QMK Bot2022-02-121-2/+2
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-1/+4
* clang-format changesskullY2019-08-301-43/+43
* Fix Preprocessor check for Leader KeysDrashna Jaelre2019-07-161-3/+1
* Add out of bound check for Leader Key sequence array (#5840)Drashna Jaelre2019-07-151-7/+11
* Fix leader processingGiuseppe Rota2018-12-291-2/+0
* Fix up process_leader to be a bit more optimized (#4662)Drashna Jaelre2018-12-201-20/+31
* Per Key Leader Timing Option (#4026)Alexander Kagno2018-12-151-0/+6
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-1/+1
* Add default to LEADER_TIMEOUT in case it's not defined (#2818)Drashna Jaelre2018-05-151-0/+4
* Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ...Martin Sandiford2017-08-151-0/+4
* Clarify the quantum license (#1042)skullydazed2017-03-281-1/+17
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-291-0/+38