summaryrefslogtreecommitdiff
path: root/common/action.c
Commit message (Collapse)AuthorAge
* Clean action.h and add keymap doctmk2013-03-05
|
* Fix SET_DEFAULT_LAYER action and keymap of gh60tmk2013-02-27
|
* Add tap flags on record_ttmk2013-02-26
|
* Add MACRO actiontmk2013-02-25
|
* Fix tap key bug: layer stucktmk2013-02-20
| | | | - Can't use Invert action for tap key, use On/Off insted.
* Add keymap clear/reset actiontmk2013-02-20
|
* Add overlay frameworktmk2013-02-20
|
* Rewrite layer action with layer_switchtmk2013-02-16
|
* Replace layer_stack with layer_switchtmk2013-02-15
|
* Add layer_stack files taking apart from action.ctmk2013-02-15
|
* Change: 0 means default_layer in current_layer nowtmk2013-02-15
| | | | | | | | - 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 stacktmk2013-02-14
|
* Change struct key_ttmk2013-02-13
|
* Change action APItmk2013-02-13
|
* Make Transparent feature available to new keymaps.tmk2013-02-13
|
* Change ACTION_LAYER_SET_LAYER behaviourtmk2013-02-12
|
* Fix is_tap_key()tmk2013-02-11
|
* Clean layer actions.tmk2013-02-10
|
* Add macro feature.tmk2013-02-04
|
* Add user defined function to action.tmk2013-02-01
|
* Add legacy keymap support.tmk2013-01-31
|
* Fix tapping. tap key just after tap timeout.tmk2013-01-31
|
* Fix: action LAYER_BIT uses xor now instead of and/or.tmk2013-01-30
|
* Fix process_tapping().tmk2013-01-30
|
* Clean debug print in action.c.tmk2013-01-29
|
* Clean code.tmk2013-01-28
|
* Add tap toggle feature to action.tmk2013-01-28
|
* Add oneshot modifier action.tmk2013-01-27
|
* Remove test_func.tmk2013-01-27
|
* New tapping logic.tmk2013-01-27
|
* Add prototype of Action Function.tmk2013-01-23
|
* Fix mods with tapping.tmk2013-01-21
|
* Refactor struct keyevent_t.tmk2013-01-17
|
* Fix mods with tap key but some problems still exists.tmk2013-01-17
| | | | | | - 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.tmk2013-01-16
|
* Fix waiting_keys and periodical update for delaying layer.tmk2013-01-15
|
* Fix tap key using delaying_layer and waiting_key.tmk2013-01-13
|
* Add new layer actions.tmk2013-01-09
|
* Fix action of system and consumer usage.tmk2012-12-17
|
* Add initial fix for new keymap.tmk2012-12-16