Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-03 | Fix Tapping: release key immediately but modifier #65 | tmk | |
- 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) ~~~____~~~~ | |||
2013-09-18 | Fix Tapping: release of a key pressed before tap | tmk | |
- immediately process release event of a key pressed before tapping | |||
2013-07-29 | Fix tapping count over flow(issue #52) | tmk | |
2013-07-21 | Cancel tapping when interrupted by other key | tmk | |
2013-05-14 | Use dprint and dprintf for debug | tmk | |
2013-03-29 | Add action_tapping.[ch] for refactoring | tmk | |