aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action_layer.c
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation and fix formating (#4860)Drashna Jaelre2019-01-171-156/+145
|
* Add some function comments in action_layer.c (#4858)Nikolaus Wittenstein2019-01-161-6/+6
|
* Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević2018-12-281-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
* Add user level to default_layer_state_setDrashna Jaelre2018-10-011-1/+10
|
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-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.
* Generate API docs from source code comments (#2491)skullydazed2018-03-221-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
* make 'layer_state_set' visible to user codeColin T.A. Gray2017-12-151-1/+1
|
* fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)Colin T.A. Gray2017-12-151-2/+2
|
* helper to compare current layer_state to user layerColin T.A. Gray2017-12-081-0/+10
| | | | | Performs the same bit comparison that the layer_move functions perform
* adds per-layer rgb color option to ezJack Humbert2017-11-061-1/+6
|
* Fix compilation error when NO_ACTION_LAYER is defined.Joe Wasson2017-08-201-1/+1
|
* Bug fix & added default_layer_state_set_kbPriyadi Iman Nurcahyo2017-02-151-0/+6
|
* Add layer_state_set_kb hookPriyadi Iman Nurcahyo2017-02-151-0/+6
|
* Fix compiler warning when PREVENT_STUCK_MODIFIERS is enabled.Joe Wasson2016-07-241-1/+1
|
* stops forcing debug_actionJack Humbert2016-04-281-4/+4
|
* Fixed many compiler warnings related to print being disabledIBNobody2016-04-171-6/+6
|
* Optimize source_layers_cache for the cache memoryWojciech Siewierski2016-04-131-4/+4
| | | | Swapping the array indices should increase the locality of the memory access.
* Refactor the source layer cache encodingWojciech Siewierski2016-04-051-0/+63
|
* Cut the memory consumption of PREVENT_STUCK_MODIFIERS in halfWojciech Siewierski2016-03-271-7/+9
|
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+138