aboutsummaryrefslogtreecommitdiffstats
path: root/common/action_macro.h
Commit message (Collapse)AuthorAgeFilesLines
* Port action_* to mbedtmk2014-07-301-4/+4
|
* Add support for macro media/system keystmk2013-07-231-54/+42
|
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-211-3/+2
| | | | | | | | | - Remove prog_char from xpritnf - Remove prog_macro_t from acton_macro avr-libc-1.8 removed 'prog_*' typedef because the usage of the __progmem__ attribute on a type is not supported in GCC. http://www.nongnu.org/avr-libc/changes-1.8.html
* Add NO_ACTION_TAPPING and NO_ACTION_MACRO config optionstmk2013-03-201-0/+4
|
* Add MACRO actiontmk2013-02-251-0/+4
|
* Add macro feature.tmk2013-02-041-0/+107