summaryrefslogtreecommitdiffstats
path: root/quantum/action_layer.h
Commit message (Collapse)AuthorAgeFilesLines
* process_keycode: remove direct `quantum.h` includes (#21486)Ryan2023-07-111-0/+1
|
* [Core] Tri Layer Keys (#19795)Drashna Jaelre2023-02-121-0/+21
| | | | | | | 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>
* [Bug] Prevent dynamic keymaps from processing layers that don't exist (#19225)Drashna Jaelre2023-01-011-0/+1
|
* Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-191-1/+1
| | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Migrate platform independent code from tmk_core -> quantum (#13673)Joel Challis2021-08-181-0/+147
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum