aboutsummaryrefslogtreecommitdiffstats
path: root/common/action_code.h
AgeCommit message (Collapse)Author
2015-04-10Remove core library and build filesGravatar tmk
2014-09-29Add action 'Momentary switching with Modifiers'Gravatar tmk
2014-04-08New macro: ACTION_BACKLIGHT_LEVEL(level)Gravatar Ralf Schmitt
To have full control of the backlight level.
2013-11-28Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard ↵Gravatar tmk
into simonmelhart-modstaptoggle Conflicts: common/action_code.h
2013-11-21Add parenthses ito macro argumentsGravatar tmk
2013-11-20Add tap toggle modifiersGravatar Simon Melhart
Including documentation.
2013-10-04Fix mod stuck of MODS_KEY when leaving layer #62Gravatar tmk
- 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-09-11Fix action macrosGravatar tmk
2013-07-23Add support for macro media/system keysGravatar tmk
2013-07-20Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXTGravatar tmk
2013-06-22Fix typoGravatar tmk
2013-06-22Add support for backlightGravatar Wraul
2013-04-05Fix keymap of gh60Gravatar tmk
2013-04-04Add file action_code.hGravatar tmk