Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port action_* to mbed | tmk | 2014-07-30 | 1 | -3/+10 |
| | |||||
* | Fix to build ps2_mouse with both LUFA and PJRC | tmk | 2013-11-20 | 1 | -1/+0 |
| | | | | | - change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | ||||
* | Fix mod stuck of MODS_KEY when leaving layer #62 | tmk | 2013-10-04 | 1 | -3/+3 |
| | | | | | | | - 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 | ||||
* | 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 | ||||
* | Fix keymap of hhkb for new actions | tmk | 2013-04-05 | 1 | -8/+10 |
| | |||||
* | Add file action_code.h | tmk | 2013-04-04 | 1 | -286/+2 |
| | |||||
* | Fix ACTION_LAYER macros | tmk | 2013-04-03 | 1 | -26/+23 |
| | |||||
* | Refine ACT_LAYER and ACT_LAYER_TAP | tmk | 2013-04-02 | 1 | -91/+75 |
| | | | | - Remove ACT_LAYER_BITOP | ||||
* | Remove ACT_KEYMAP and ACT_OVERLAY | tmk | 2013-03-31 | 1 | -71/+77 |
| | | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP | ||||
* | Add action_tapping.[ch] for refactoring | tmk | 2013-03-29 | 1 | -12/+15 |
| | |||||
* | Clean action.h and add keymap doc | tmk | 2013-03-05 | 1 | -54/+14 |
| | |||||
* | Create keymap.md | tmk | 2013-03-04 | 1 | -0/+4 |
| | |||||
* | Add tap flags on record_t | tmk | 2013-02-26 | 1 | -3/+15 |
| | |||||
* | Add MACRO action | tmk | 2013-02-25 | 1 | -25/+27 |
| | |||||
* | Fix README and comments in action.h | tmk | 2013-02-23 | 1 | -7/+7 |
| | |||||
* | Add keymap clear/reset action | tmk | 2013-02-20 | 1 | -10/+13 |
| | |||||
* | Add overlay framework | tmk | 2013-02-20 | 1 | -91/+126 |
| | |||||
* | Rewrite layer action with layer_switch | tmk | 2013-02-16 | 1 | -20/+15 |
| | |||||
* | Replace layer_stack with layer_switch | tmk | 2013-02-15 | 1 | -20/+19 |
| | |||||
* | Add layer stack | tmk | 2013-02-14 | 1 | -60/+73 |
| | |||||
* | Change action API | tmk | 2013-02-13 | 1 | -95/+105 |
| | |||||
* | Make Transparent feature available to new keymaps. | tmk | 2013-02-13 | 1 | -1/+4 |
| | |||||
* | Change ACTION_LAYER_SET_LAYER behaviour | tmk | 2013-02-12 | 1 | -8/+9 |
| | |||||
* | Fix is_tap_key() | tmk | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Clean layer actions. | tmk | 2013-02-10 | 1 | -84/+106 |
| | |||||
* | Add macro feature. | tmk | 2013-02-04 | 1 | -12/+12 |
| | |||||
* | Add user defined function to action. | tmk | 2013-02-01 | 1 | -23/+24 |
| | |||||
* | Add legacy keymap support. | tmk | 2013-01-31 | 1 | -29/+58 |
| | |||||
* | Fix: action LAYER_BIT uses xor now instead of and/or. | tmk | 2013-01-30 | 1 | -7/+7 |
| | |||||
* | Clean code. | tmk | 2013-01-28 | 1 | -18/+21 |
| | |||||
* | Add tap toggle feature to action. | tmk | 2013-01-28 | 1 | -12/+14 |
| | |||||
* | Add oneshot modifier action. | tmk | 2013-01-27 | 1 | -103/+95 |
| | |||||
* | New tapping logic. | tmk | 2013-01-27 | 1 | -4/+2 |
| | |||||
* | Add prototype of Action Function. | tmk | 2013-01-23 | 1 | -2/+36 |
| | |||||
* | Add support partly for modifier with tap key. | tmk | 2013-01-16 | 1 | -80/+81 |
| | |||||
* | Add new layer actions. | tmk | 2013-01-09 | 1 | -61/+91 |
| | |||||
* | Add initial fix for new keymap. | tmk | 2012-12-16 | 1 | -0/+219 |