summaryrefslogtreecommitdiff
path: root/tmk_core/common/action_layer.c
AgeCommit message (Expand)Author
2018-03-22Generate API docs from source code comments (#2491)skullydazed
2017-12-15make 'layer_state_set' visible to user codeColin T.A. Gray
2017-12-15fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)Colin T.A. Gray
2017-12-08helper to compare current layer_state to user layerColin T.A. Gray
2017-11-06adds per-layer rgb color option to ezJack Humbert
2017-08-20Fix compilation error when NO_ACTION_LAYER is defined.Joe Wasson
2017-02-15Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo
2017-02-15Add layer_state_set_kb hookPriyadi Iman Nurcahyo
2016-07-24Fix compiler warning when PREVENT_STUCK_MODIFIERS is enabled.Joe Wasson
2016-04-28stops forcing debug_actionJack Humbert
2016-04-17Fixed many compiler warnings related to print being disabledIBNobody
2016-04-13Optimize source_layers_cache for the cache memoryWojciech Siewierski
2016-04-05Refactor the source layer cache encodingWojciech Siewierski
2016-03-27Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski
2015-04-10Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk