summaryrefslogtreecommitdiff
path: root/tmk_core/common/action_layer.c
Commit message (Collapse)AuthorAge
* Generate API docs from source code comments (#2491)skullydazed2018-03-22
| | | | | | | | | | | | | | | | | | * Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly
* make 'layer_state_set' visible to user codeColin T.A. Gray2017-12-15
|
* fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)Colin T.A. Gray2017-12-15
|
* helper to compare current layer_state to user layerColin T.A. Gray2017-12-08
| | | | | Performs the same bit comparison that the layer_move functions perform
* adds per-layer rgb color option to ezJack Humbert2017-11-06
|
* Fix compilation error when NO_ACTION_LAYER is defined.Joe Wasson2017-08-20
|
* Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo2017-02-15
|
* Add layer_state_set_kb hookPriyadi Iman Nurcahyo2017-02-15
|
* Fix compiler warning when PREVENT_STUCK_MODIFIERS is enabled.Joe Wasson2016-07-24
|
* stops forcing debug_actionJack Humbert2016-04-28
|
* Fixed many compiler warnings related to print being disabledIBNobody2016-04-17
|
* Optimize source_layers_cache for the cache memoryWojciech Siewierski2016-04-13
| | | | Swapping the array indices should increase the locality of the memory access.
* Refactor the source layer cache encodingWojciech Siewierski2016-04-05
|
* Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski2016-03-27
|
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-10