summaryrefslogtreecommitdiff
path: root/common/action_macro.c
AgeCommit message (Collapse)Author
2013-05-21Fix deprecated 'prog_*' typedef - Issue #34tmk
- 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
2013-05-14Use dprint and dprintf for debugtmk
2013-03-20Add NO_ACTION_TAPPING and NO_ACTION_MACRO config optionstmk
2013-02-26Add tap flags on record_ttmk
2013-02-04Add macro feature.tmk