Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-23 | Matrix power saving | ||
2014-07-30 | Port action_* to mbed | ||
2013-10-03 | 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) ~~~____~~~~ | |||
2013-02-13 | Change struct key_t | ||
2013-02-01 | Add user defined function to action. | ||
2013-01-28 | Clean code. | ||
2013-01-27 | New tapping logic. | ||
2013-01-24 | Minor fixes in keyboard.c. | ||
2013-01-23 | Add prototype of Action Function. | ||
2013-01-21 | Fix mods with tapping. | ||
2013-01-17 | Refactor struct keyevent_t. | ||
2013-01-17 | Fix mods with tap key but some problems still exists. | ||
- 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)] | |||
2013-01-15 | Fix waiting_keys and periodical update for delaying layer. | ||
2013-01-09 | Add new layer actions. | ||
2012-12-16 | Add initial fix for new keymap. | ||
2012-10-17 | Add repeating of Fn key with alt keycode. | ||
2012-10-17 | Initial version of new code for layer switch is added. | ||
2012-08-28 | test build of 'Host shield' in minimal env. | ||
2012-06-07 | Moved files to common, protocol and doc directory | ||