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