Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix process_tapping(). | tmk | 2013-01-30 | 1 | -90/+166 |
| | |||||
* | Clean debug print in action.c. | tmk | 2013-01-29 | 1 | -21/+74 |
| | |||||
* | Clean code. | tmk | 2013-01-28 | 1 | -152/+179 |
| | |||||
* | Add tap toggle feature to action. | tmk | 2013-01-28 | 1 | -35/+127 |
| | |||||
* | Add oneshot modifier action. | tmk | 2013-01-27 | 1 | -69/+132 |
| | |||||
* | Remove test_func. | tmk | 2013-01-27 | 1 | -10/+1 |
| | |||||
* | New tapping logic. | tmk | 2013-01-27 | 1 | -155/+204 |
| | |||||
* | Add prototype of Action Function. | tmk | 2013-01-23 | 1 | -63/+127 |
| | |||||
* | Fix mods with tapping. | tmk | 2013-01-21 | 1 | -191/+189 |
| | |||||
* | Refactor struct keyevent_t. | tmk | 2013-01-17 | 1 | -4/+9 |
| | |||||
* | Fix mods with tap key but some problems still exists. | tmk | 2013-01-17 | 1 | -67/+101 |
| | | | | | | - stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)] - tap key doesn't work when fast type. [key(d), mods(d), key(u), mods(u)] | ||||
* | Add support partly for modifier with tap key. | tmk | 2013-01-16 | 1 | -94/+155 |
| | |||||
* | Fix waiting_keys and periodical update for delaying layer. | tmk | 2013-01-15 | 1 | -148/+74 |
| | |||||
* | Fix tap key using delaying_layer and waiting_key. | tmk | 2013-01-13 | 1 | -30/+137 |
| | |||||
* | Add new layer actions. | tmk | 2013-01-09 | 1 | -207/+187 |
| | |||||
* | Fix action of system and consumer usage. | tmk | 2012-12-17 | 1 | -97/+0 |
| | |||||
* | Add initial fix for new keymap. | tmk | 2012-12-16 | 1 | -0/+572 |