aboutsummaryrefslogtreecommitdiffstats
path: root/common/action.c
Commit message (Collapse)AuthorAgeFilesLines
* Add legacy keymap support.tmk2013-01-311-1/+8
|
* Fix tapping. tap key just after tap timeout.tmk2013-01-311-2/+1
|
* Fix: action LAYER_BIT uses xor now instead of and/or.tmk2013-01-301-12/+9
|
* Fix process_tapping().tmk2013-01-301-90/+166
|
* Clean debug print in action.c.tmk2013-01-291-21/+74
|
* Clean code.tmk2013-01-281-152/+179
|
* Add tap toggle feature to action.tmk2013-01-281-35/+127
|
* Add oneshot modifier action.tmk2013-01-271-69/+132
|
* Remove test_func.tmk2013-01-271-10/+1
|
* New tapping logic.tmk2013-01-271-155/+204
|
* Add prototype of Action Function.tmk2013-01-231-63/+127
|
* Fix mods with tapping.tmk2013-01-211-191/+189
|
* Refactor struct keyevent_t.tmk2013-01-171-4/+9
|
* Fix mods with tap key but some problems still exists.tmk2013-01-171-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.tmk2013-01-161-94/+155
|
* Fix waiting_keys and periodical update for delaying layer.tmk2013-01-151-148/+74
|
* Fix tap key using delaying_layer and waiting_key.tmk2013-01-131-30/+137
|
* Add new layer actions.tmk2013-01-091-207/+187
|
* Fix action of system and consumer usage.tmk2012-12-171-97/+0
|
* Add initial fix for new keymap.tmk2012-12-161-0/+572