Commit Graph

6 Commits (c7d309e34bf5d05f245811389bea495d814e2111)

Author SHA1 Message Date
tmk 6aaa6e0ef9 Add support for macro media/system keys 11 years ago
tmk 796defa86c Fix deprecated 'prog_*' typedef - Issue #34
- 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
12 years ago
tmk ff2d276b19 Use dprint and dprintf for debug 12 years ago
tmk 9757f960f9 Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options 12 years ago
tmk a207e848b3 Add tap flags on record_t 12 years ago
tmk aad91a30a3 Add macro feature. 12 years ago