Commit Graph

6 Commits (382eaebd3db595d8c4943f293d765e6b66a7e695)

Author SHA1 Message Date
tmk 8819cf6bb1 Fix Tapping: release key immediately but modifier #65
- 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)  ~~~____~~~~
11 years ago
tmk 4d0b3aace0 Fix Tapping: release of a key pressed before tap
- immediately process release event of a key pressed before tapping
11 years ago
tmk c274cc8cdc Fix tapping count over flow(issue #52) 11 years ago
tmk 3e023e5b0c Cancel tapping when interrupted by other key 11 years ago
tmk ff2d276b19 Use dprint and dprintf for debug 12 years ago
tmk c69f7e1069 Add action_tapping.[ch] for refactoring 12 years ago