aboutsummaryrefslogtreecommitdiffstats
path: root/common/action.c
Commit message (Expand)AuthorAgeFilesLines
* Add mechanical locking switch support for CapsLocktmk2013-03-121-1/+29
* Clean action.h and add keymap doctmk2013-03-051-0/+6
* Fix SET_DEFAULT_LAYER action and keymap of gh60tmk2013-02-271-6/+0
* Add tap flags on record_ttmk2013-02-261-21/+25
* Add MACRO actiontmk2013-02-251-2/+3
* Fix tap key bug: layer stucktmk2013-02-201-12/+12
* Add keymap clear/reset actiontmk2013-02-201-5/+29
* Add overlay frameworktmk2013-02-201-147/+209
* Rewrite layer action with layer_switchtmk2013-02-161-67/+40
* Replace layer_stack with layer_switchtmk2013-02-151-29/+21
* Add layer_stack files taking apart from action.ctmk2013-02-151-105/+22
* Change: 0 means default_layer in current_layer nowtmk2013-02-151-17/+22
* Add layer stacktmk2013-02-141-44/+211
* Change struct key_ttmk2013-02-131-1/+1
* Change action APItmk2013-02-131-4/+10
* Make Transparent feature available to new keymaps.tmk2013-02-131-3/+16
* Change ACTION_LAYER_SET_LAYER behaviourtmk2013-02-121-1/+2
* Fix is_tap_key()tmk2013-02-111-7/+7
* Clean layer actions.tmk2013-02-101-167/+46
* Add macro feature.tmk2013-02-041-1/+1
* Add user defined function to action.tmk2013-02-011-23/+23
* Add legacy keymap support.tmk2013-01-311-1/+8
* Fix tapping. tap key just after tap timeout.tmk2013-01-311-2/+1
* Fix: action LAYER_BIT uses xor now instead of and/or.tmk2013-01-301-12/+9
* Fix process_tapping().tmk2013-01-301-90/+166
* Clean debug print in action.c.tmk2013-01-291-21/+74
* Clean code.tmk2013-01-281-152/+179
* Add tap toggle feature to action.tmk2013-01-281-35/+127
* Add oneshot modifier action.tmk2013-01-271-69/+132
* Remove test_func.tmk2013-01-271-10/+1
* New tapping logic.tmk2013-01-271-155/+204
* Add prototype of Action Function.tmk2013-01-231-63/+127
* Fix mods with tapping.tmk2013-01-211-191/+189
* Refactor struct keyevent_t.tmk2013-01-171-4/+9
* Fix mods with tap key but some problems still exists.tmk2013-01-171-67/+101
* Add support partly for modifier with tap key.tmk2013-01-161-94/+155
* Fix waiting_keys and periodical update for delaying layer.tmk2013-01-151-148/+74
* Fix tap key using delaying_layer and waiting_key.tmk2013-01-131-30/+137
* Add new layer actions.tmk2013-01-091-207/+187
* Fix action of system and consumer usage.tmk2012-12-171-97/+0
* Add initial fix for new keymap.tmk2012-12-161-0/+572