aboutsummaryrefslogtreecommitdiffstats
path: root/common/action_tapping.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove core library and build filestmk2015-04-101-376/+0
|
* Fix Tapping: release key immediately but modifier #65tmk2013-10-031-8/+28
| | | | | | | | | | - See https://github.com/tmk/tmk_keyboard/issues/60 - **Except for modifiers** a key pressed before the tapping starts should be released immediately - 'Mod-Tap key'(like shift-;) didn't work from this fix: 4d0b3aa Fix Tapping: release of a key pressed before tap This key sequence should register ':', not ';'. With the fix Shift is released before settlement of tapping, this registers ';'. Shift ~~___~~~~~~~ ;(Tap) ~~~____~~~~
* Fix Tapping: release of a key pressed before taptmk2013-09-181-4/+7
| | | | - immediately process release event of a key pressed before tapping
* Fix tapping count over flow(issue #52)tmk2013-07-291-1/+1
|
* Cancel tapping when interrupted by other keytmk2013-07-211-26/+45
|
* Use dprint and dprintf for debugtmk2013-05-141-1/+5
|
* Add action_tapping.[ch] for refactoringtmk2013-03-291-0/+330