Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-30 | Fix common files for mbed | ||
2014-07-30 | Port action_* to mbed | ||
2013-09-21 | Fix to bootmagic key configurable | ||
2013-05-21 | 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 | |||
2013-04-07 | Fix bootmagic and eeconfig for virtual DIP SW | ||
2013-04-05 | Fix keymap for new actions | ||
2013-04-02 | Rename file layer_switch to action_layer | ||
2013-03-11 | Fix legacy keymap support | ||
- need to define USE_LEGACY_KEYMAP to use legacy keymap | |||
2013-03-05 | Fix keymap for new framework | ||
2013-02-25 | Add MACRO action | ||
2013-02-20 | Add keymap clear/reset action | ||
2013-02-20 | Add overlay framework | ||
2013-02-13 | Change struct key_t | ||
2013-02-13 | Change action API | ||
2013-02-13 | Change keymap API | ||
2013-02-04 | Add macro feature. | ||
2013-02-01 | Add user defined function to action. | ||
2013-01-31 | Add legacy keymap support. | ||