Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-30 | Port action_* to mbed | ||
2013-11-20 | Fix to build ps2_mouse with both LUFA and PJRC | ||
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | |||
2013-10-04 | Fix mod stuck of MODS_KEY when leaving layer #62 | ||
- Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching | |||
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-05 | Fix keymap of hhkb for new actions | ||
2013-04-04 | Add file action_code.h | ||
2013-04-03 | Fix ACTION_LAYER macros | ||
2013-04-02 | Refine ACT_LAYER and ACT_LAYER_TAP | ||
- Remove ACT_LAYER_BITOP | |||
2013-03-31 | Remove ACT_KEYMAP and ACT_OVERLAY | ||
- Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP | |||
2013-03-29 | Add action_tapping.[ch] for refactoring | ||
2013-03-05 | Clean action.h and add keymap doc | ||
2013-03-04 | Create keymap.md | ||
2013-02-26 | Add tap flags on record_t | ||
2013-02-25 | Add MACRO action | ||
2013-02-23 | Fix README and comments in action.h | ||
2013-02-20 | Add keymap clear/reset action | ||
2013-02-20 | Add overlay framework | ||
2013-02-16 | Rewrite layer action with layer_switch | ||
2013-02-15 | Replace layer_stack with layer_switch | ||
2013-02-14 | Add layer stack | ||
2013-02-13 | Change action API | ||
2013-02-13 | Make Transparent feature available to new keymaps. | ||
2013-02-12 | Change ACTION_LAYER_SET_LAYER behaviour | ||
2013-02-11 | Fix is_tap_key() | ||
2013-02-10 | Clean layer actions. | ||
2013-02-04 | Add macro feature. | ||
2013-02-01 | Add user defined function to action. | ||
2013-01-31 | Add legacy keymap support. | ||
2013-01-30 | Fix: action LAYER_BIT uses xor now instead of and/or. | ||
2013-01-28 | Clean code. | ||
2013-01-28 | Add tap toggle feature to action. | ||
2013-01-27 | Add oneshot modifier action. | ||
2013-01-27 | New tapping logic. | ||
2013-01-23 | Add prototype of Action Function. | ||
2013-01-16 | Add support partly for modifier with tap key. | ||
2013-01-09 | Add new layer actions. | ||
2012-12-16 | Add initial fix for new keymap. | ||