summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action_layer.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević1-0/+8
2018-10-01Add user level to default_layer_state_setDrashna Jaelre1-1/+10
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-2/+2
2018-03-22Generate API docs from source code comments (#2491)skullydazed1-5/+96
2017-12-15make 'layer_state_set' visible to user codeColin T.A. Gray1-1/+1
2017-12-15fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)Colin T.A. Gray1-2/+2
2017-12-08helper to compare current layer_state to user layerColin T.A. Gray1-0/+10
2017-11-06adds per-layer rgb color option to ezJack Humbert1-1/+6
2017-08-20Fix compilation error when NO_ACTION_LAYER is defined.Joe Wasson1-1/+1
2017-02-14Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo1-0/+6
2017-02-14Add layer_state_set_kb hookPriyadi Iman Nurcahyo1-0/+6
2016-07-24Fix compiler warning when PREVENT_STUCK_MODIFIERS is enabled.Joe Wasson1-1/+1
2016-04-29stops forcing debug_actionJack Humbert1-4/+4
2016-04-17Fixed many compiler warnings related to print being disabledIBNobody1-6/+6
2016-04-13Optimize source_layers_cache for the cache memoryWojciech Siewierski1-4/+4
2016-04-05Refactor the source layer cache encodingWojciech Siewierski1-0/+63
2016-03-27Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski1-7/+9
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+138