aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action_layer.c
Commit message (Collapse)AuthorAgeFilesLines
* 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