summaryrefslogtreecommitdiffstats
path: root/common/action.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28Add action_tapping.[ch] for refactoringtmk1-357/+11
2013-03-21Clean action.ctmk1-242/+246
2013-03-21Add NO_ACTION_ONESHOT config optiontmk1-42/+8
2013-03-19Add NO_ACTION_KEYMAP config optiontmk1-0/+2
2013-03-19Add NO_ACTION_FUNCTION config optiontmk1-0/+4
2013-03-19Add NO_ACTION_TAPPING and NO_ACTION_MACRO config optionstmk1-6/+27
2013-03-19Add NO_ACTION_OVERLAY config optiontmk1-0/+2
2013-03-12Add mechanical locking switch support for CapsLocktmk1-1/+29
2013-03-04Clean action.h and add keymap doctmk1-0/+6
2013-02-27Fix SET_DEFAULT_LAYER action and keymap of gh60tmk1-6/+0
2013-02-26Add tap flags on record_ttmk1-21/+25
2013-02-25Add MACRO actiontmk1-2/+3
2013-02-20Fix tap key bug: layer stucktmk1-12/+12
2013-02-20Add keymap clear/reset actiontmk1-5/+29
2013-02-20Add overlay frameworktmk1-147/+209
2013-02-15Rewrite layer action with layer_switchtmk1-67/+40
2013-02-15Replace layer_stack with layer_switchtmk1-29/+21
2013-02-15Add layer_stack files taking apart from action.ctmk1-105/+22
2013-02-15Change: 0 means default_layer in current_layer nowtmk1-17/+22
2013-02-14Add layer stacktmk1-44/+211
2013-02-13Change struct key_ttmk1-1/+1
2013-02-13Change action APItmk1-4/+10
2013-02-13Make Transparent feature available to new keymaps.tmk1-3/+16
2013-02-12Change ACTION_LAYER_SET_LAYER behaviourtmk1-1/+2
2013-02-10Fix is_tap_key()tmk1-7/+7
2013-02-10Clean layer actions.tmk1-167/+46
2013-02-04Add macro feature.tmk1-1/+1
2013-02-01Add user defined function to action.tmk1-23/+23
2013-01-31Add legacy keymap support.tmk1-1/+8
2013-01-31Fix tapping. tap key just after tap timeout.tmk1-2/+1
2013-01-30Fix: action LAYER_BIT uses xor now instead of and/or.tmk1-12/+9
2013-01-30Fix process_tapping().tmk1-90/+166
2013-01-29Clean debug print in action.c.tmk1-21/+74
2013-01-28Clean code.tmk1-152/+179
2013-01-28Add tap toggle feature to action.tmk1-35/+127
2013-01-27Add oneshot modifier action.tmk1-69/+132
2013-01-27Remove test_func.tmk1-10/+1
2013-01-26New tapping logic.tmk1-155/+204
2013-01-23Add prototype of Action Function.tmk1-63/+127
2013-01-21Fix mods with tapping.tmk1-191/+189
2013-01-17Refactor struct keyevent_t.tmk1-4/+9
2013-01-17Fix mods with tap key but some problems still exists.tmk1-67/+101
2013-01-16Add support partly for modifier with tap key.tmk1-94/+155
2013-01-14Fix waiting_keys and periodical update for delaying layer.tmk1-148/+74
2013-01-13Fix tap key using delaying_layer and waiting_key.tmk1-30/+137
2013-01-09Add new layer actions.tmk1-207/+187
2012-12-16Fix action of system and consumer usage.tmk1-97/+0
2012-12-15Add initial fix for new keymap.tmk1-0/+572