Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix deprecated 'prog_*' typedef - Issue #34 | tmk | 2013-05-21 | 1 | -1/+1 |
| | | | | | | | | | - 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 | ||||
* | Use dprint and dprintf for debug | tmk | 2013-05-14 | 1 | -1/+6 |
| | |||||
* | Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options | tmk | 2013-03-20 | 1 | -0/+3 |
| | |||||
* | Add tap flags on record_t | tmk | 2013-02-26 | 1 | -1/+0 |
| | |||||
* | Add macro feature. | tmk | 2013-02-04 | 1 | -0/+67 |