Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | led | Jack Humbert | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'rn42' into merge_rn42 | tmk | 2014-11-24 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: .gitignore common.mk common/debug_config.h common/print.h | ||||
| * | Port action_* to mbed | tmk | 2014-07-30 | 1 | -1/+1 |
| | | |||||
* | | Add action 'Momentary switching with Modifiers' | tmk | 2014-09-29 | 1 | -0/+10 |
|/ | |||||
* | New macro: ACTION_BACKLIGHT_LEVEL(level) | Ralf Schmitt | 2014-04-08 | 1 | -1/+4 |
| | | | | To have full control of the backlight level. | ||||
* | Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard ↵ | tmk | 2013-11-28 | 1 | -0/+11 |
|\ | | | | | | | | | | | | | into simonmelhart-modstaptoggle Conflicts: common/action_code.h | ||||
| * | Add tap toggle modifiers | Simon Melhart | 2013-11-20 | 1 | -0/+11 |
| | | | | | | | | Including documentation. | ||||
* | | Fix to build ps2_mouse with both LUFA and PJRC | tmk | 2013-11-20 | 1 | -6/+0 |
|/ | | | | | - change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | ||||
* | Add timeout option to MODS_ONESHOT #66 | tmk | 2013-10-07 | 1 | -14/+3 |
| | |||||
* | Fix mod stuck of MODS_KEY when leaving layer #62 | tmk | 2013-10-04 | 1 | -71/+67 |
| | | | | | | | - 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 | ||||
* | Add mechanical locking switch support for NumLock and ScrollLock | tmk | 2013-07-23 | 1 | -4/+48 |
| | |||||
* | Add support for macro media/system keys | tmk | 2013-07-23 | 1 | -0/+12 |
| | |||||
* | Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT | tmk | 2013-07-20 | 1 | -3/+3 |
| | |||||
* | Add support for backlight | Wraul | 2013-06-22 | 1 | -0/+21 |
| | |||||
* | Use dprint and dprintf for debug | tmk | 2013-05-14 | 1 | -47/+45 |
| | |||||
* | Fix ACT_MODS action and switch_default_layer command | tmk | 2013-04-04 | 1 | -7/+2 |
| | |||||
* | Rename file layer_switch to action_layer | tmk | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | Refine ACT_LAYER and ACT_LAYER_TAP | tmk | 2013-04-02 | 1 | -139/+62 |
| | | | | - Remove ACT_LAYER_BITOP | ||||
* | Remove ACT_KEYMAP and ACT_OVERLAY | tmk | 2013-03-31 | 1 | -166/+6 |
| | | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP | ||||
* | Add action_tapping.[ch] for refactoring | tmk | 2013-03-29 | 1 | -357/+11 |
| | |||||
* | Clean action.c | tmk | 2013-03-21 | 1 | -242/+246 |
| | |||||
* | Add NO_ACTION_ONESHOT config option | tmk | 2013-03-21 | 1 | -42/+8 |
| | |||||
* | Add NO_ACTION_KEYMAP config option | tmk | 2013-03-20 | 1 | -0/+2 |
| | |||||
* | Add NO_ACTION_FUNCTION config option | tmk | 2013-03-20 | 1 | -0/+4 |
| | |||||
* | Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options | tmk | 2013-03-20 | 1 | -6/+27 |
| | |||||
* | Add NO_ACTION_OVERLAY config option | tmk | 2013-03-20 | 1 | -0/+2 |
| | |||||
* | Add mechanical locking switch support for CapsLock | tmk | 2013-03-12 | 1 | -1/+29 |
| | |||||
* | Clean action.h and add keymap doc | tmk | 2013-03-05 | 1 | -0/+6 |
| | |||||
* | Fix SET_DEFAULT_LAYER action and keymap of gh60 | tmk | 2013-02-27 | 1 | -6/+0 |
| | |||||
* | Add tap flags on record_t | tmk | 2013-02-26 | 1 | -21/+25 |
| | |||||
* | Add MACRO action | tmk | 2013-02-25 | 1 | -2/+3 |
| | |||||
* | Fix tap key bug: layer stuck | tmk | 2013-02-20 | 1 | -12/+12 |
| | | | | - Can't use Invert action for tap key, use On/Off insted. | ||||
* | Add keymap clear/reset action | tmk | 2013-02-20 | 1 | -5/+29 |
| | |||||
* | Add overlay framework | tmk | 2013-02-20 | 1 | -147/+209 |
| | |||||
* | Rewrite layer action with layer_switch | tmk | 2013-02-16 | 1 | -67/+40 |
| | |||||
* | Replace layer_stack with layer_switch | tmk | 2013-02-15 | 1 | -29/+21 |
| | |||||
* | Add layer_stack files taking apart from action.c | tmk | 2013-02-15 | 1 | -105/+22 |
| | |||||
* | Change: 0 means default_layer in current_layer now | tmk | 2013-02-15 | 1 | -17/+22 |
| | | | | | | | | - current_layer indicates active layer at the time - default_layer indicates base layer - default_layer is used when current_layer is 0 - with this LAYER_BIT action works as overlay even if default_layer varies other than layer 0. | ||||
* | Add layer stack | tmk | 2013-02-14 | 1 | -44/+211 |
| | |||||
* | Change struct key_t | tmk | 2013-02-13 | 1 | -1/+1 |
| | |||||
* | Change action API | tmk | 2013-02-13 | 1 | -4/+10 |
| | |||||
* | Make Transparent feature available to new keymaps. | tmk | 2013-02-13 | 1 | -3/+16 |
| | |||||
* | Change ACTION_LAYER_SET_LAYER behaviour | tmk | 2013-02-12 | 1 | -1/+2 |
| | |||||
* | Fix is_tap_key() | tmk | 2013-02-11 | 1 | -7/+7 |
| | |||||
* | Clean layer actions. | tmk | 2013-02-10 | 1 | -167/+46 |
| | |||||
* | Add macro feature. | tmk | 2013-02-04 | 1 | -1/+1 |
| | |||||
* | Add user defined function to action. | tmk | 2013-02-01 | 1 | -23/+23 |
| | |||||
* | Add legacy keymap support. | tmk | 2013-01-31 | 1 | -1/+8 |
| | |||||
* | Fix tapping. tap key just after tap timeout. | tmk | 2013-01-31 | 1 | -2/+1 |
| | |||||
* | Fix: action LAYER_BIT uses xor now instead of and/or. | tmk | 2013-01-30 | 1 | -12/+9 |
| |