summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action_layer.c
AgeCommit message (Collapse)AuthorFilesLines
2018-12-28Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević1-0/+8
* Keep pressed keys on layer state change * Add doc comment for clear_keyboard_but_mods_and_keys * Keep pressed keys only if PREVENT_STUCK_MODIFIERS is on * Check STRICT_LAYER_RELEASE instead of PREVENT_STUCK_MODIFIERS
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
* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
2018-03-22Generate API docs from source code comments (#2491)skullydazed1-5/+96
* 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
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
Performs the same bit comparison that the layer_move functions perform
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
Swapping the array indices should increase the locality of the memory access.
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