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