aboutsummaryrefslogtreecommitdiffstats
path: root/common/keyboard.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Tapping: release key immediately but modifier #65tmk2013-10-031-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_ttmk2013-02-131-10/+4
|
* Add user defined function to action.tmk2013-02-011-0/+1
|
* Clean code.tmk2013-01-281-6/+11
|
* New tapping logic.tmk2013-01-271-2/+7
|
* Minor fixes in keyboard.c.tmk2013-01-241-4/+4
|
* Add prototype of Action Function.tmk2013-01-231-2/+2
|
* Fix mods with tapping.tmk2013-01-211-1/+1
|
* Refactor struct keyevent_t.tmk2013-01-171-4/+8
|
* Fix mods with tap key but some problems still exists.tmk2013-01-171-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.tmk2013-01-151-1/+8
|
* Add new layer actions.tmk2013-01-091-7/+1
|
* Add initial fix for new keymap.tmk2012-12-161-3/+2
|
* Add repeating of Fn key with alt keycode.tmk2012-10-171-0/+0
|
* Initial version of new code for layer switch is added.tmk2012-10-171-1/+27
|
* test build of 'Host shield' in minimal env.tmk2012-08-281-0/+6
|
* Moved files to common, protocol and doc directorytmk2012-06-071-0/+28