summaryrefslogtreecommitdiff
path: root/tmk_core/common/action_code.h
Commit message (Collapse)AuthorAge
* Fix documentation for TMK actionsLuke Silva2017-01-26
|
* Improve one-hand support by adding more actions and tap keys.Joe Wasson2016-08-20
|
* Add one-hand support.Joe Wasson2016-08-20
| | | | This adds an action, `ACTION_SWAP_HANDS`, that swaps the the keys on the keyboard across a keymap-defined hemisphere in order to support one-hand typing without requiring a separate one-handed layer. See updated `doc/keymap.md` for more information.
* Adds oneshot layer and oneshot tap toggling (#308)Thiago Alves2016-05-05
| | | | | | | | | | This commit is mostly a cherry-pick from `ahtn` at https://github.com/tmk/tmk_keyboard/pull/255. These are the changes: * Adds ACTION_LAYER_ONESHOT * Adds ONESHOT_TAP_TOGGLE * Mentions sticky keys in the docs on oneshot.
* Compiler Warnings / Atomic TLCIBNobody2016-04-13
| | | | | Corrected compiler warnings for a number of issues. Gave Atomic some TLC.
* Fix parenthesistmk2015-09-12
|
* Remove unneeded tap delays #201Jun Wako2015-04-23
|
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-10