aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action_macro.c
Commit message (Collapse)AuthorAgeFilesLines
* clang-format changesskullY2019-08-301-10/+14
|
* Generate API docs from source code comments (#2491)skullydazed2018-03-221-0/+4
| | | | | | | | | | | | | | | | | | * 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
* stops forcing debug_actionJack Humbert2016-04-281-4/+4
|
* Fixed many compiler warnings related to print being disabledIBNobody2016-04-171-4/+4
|
* Fix #156: clear weak mods on every key pressDidier Loiseau2016-03-081-2/+2
| | | | | | - new macro_mods bit field for mods applied by macros - weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.) - clear the _weak_ mods on every key *pressed* such that LSFT etc. can no more interfere with the next key
* Fix weak modifier clear in action macrotmk2015-09-121-0/+2
|
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+83