summaryrefslogtreecommitdiffstats
path: root/quantum/action_layer.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of keymap.h (#20004)Joel Challis2023-03-271-1/+1
|
* [Bug] Fix tri layer compiler issue if NO_ACTION_LAYER is defined (#19821)Drashna Jaelre2023-02-121-0/+2
|
* [Core] Tri Layer Keys (#19795)Drashna Jaelre2023-02-121-0/+10
| | | | | | | Co-authored-by: wilba <wilba@wilba.tech> Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* [Core] guard action related debug messages (#19348)Stefan Kerkmann2022-12-151-14/+8
|
* Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabled (#18577)Drashna Jaelre2022-11-121-4/+4
| | | | | | | | | | | | | * Don't clear mousekeys unless clearing keys * Revert "Don't clear mousekeys unless clearing keys" This reverts commit 29a0c06b547d72b80d416a8b6fab478c77fbd247. * Just don't clear anything on layer set * Fix lint * Enable test?
* docs: some typos (#18582)George Rodrigues2022-10-051-7/+7
| | | probably hacktoberism
* Missed some erroneous prints. (#16597)Nick Brassel2022-03-101-5/+6
|
* Add support for encoder mapping. (#13286)Nick Brassel2022-03-091-15/+52
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-24/+64
|
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+279
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum