summaryrefslogtreecommitdiffstats
path: root/common/action.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-09Remove core library and build filestmk1-565/+0
2014-11-24Merge branch 'rn42' into merge_rn42tmk1-1/+1
Conflicts: .gitignore common.mk common/debug_config.h common/print.h
2014-09-29Add action 'Momentary switching with Modifiers'tmk1-0/+10
2014-07-30Port action_* to mbedtmk1-1/+1
2014-04-08New macro: ACTION_BACKLIGHT_LEVEL(level)Ralf Schmitt1-1/+4
To have full control of the backlight level.
2013-11-28Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard ↵tmk1-0/+11
into simonmelhart-modstaptoggle Conflicts: common/action_code.h
2013-11-20Add tap toggle modifiersSimon Melhart1-0/+11
Including documentation.
2013-11-20Fix to build ps2_mouse with both LUFA and PJRCtmk1-6/+0
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
2013-10-07Add timeout option to MODS_ONESHOT #66tmk1-14/+3
2013-10-04Fix mod stuck of MODS_KEY when leaving layer #62tmk1-71/+67
- Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching
2013-07-23Add mechanical locking switch support for NumLock and ScrollLocktmk1-4/+48
2013-07-23Add support for macro media/system keystmk1-0/+12
2013-07-19Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXTtmk1-3/+3
2013-06-22Add support for backlightWraul1-0/+21
2013-05-14Use dprint and dprintf for debugtmk1-47/+45
2013-04-04Fix ACT_MODS action and switch_default_layer commandtmk1-7/+2
2013-04-02Rename file layer_switch to action_layertmk1-1/+1
2013-04-02Refine ACT_LAYER and ACT_LAYER_TAPtmk1-139/+62
- Remove ACT_LAYER_BITOP
2013-03-31Remove ACT_KEYMAP and ACT_OVERLAYtmk1-166/+6
- Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
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
- Can't use Invert action for tap key, use On/Off insted.
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
- current_layer indicates active layer at the time - default_layer indicates base layer - default_layer is used when current_layer is 0 - with this LAYER_BIT action works as overlay even if default_layer varies other than layer 0.
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