summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Fix keymap for new frameworktmk2013-03-051-10/+8
|
* Clean action.h and add keymap doctmk2013-03-052-54/+20
|
* Create keymap.mdtmk2013-03-041-0/+4
|
* Fix SET_DEFAULT_LAYER action and keymap of gh60tmk2013-02-271-6/+0
|
* Add tap flags on record_ttmk2013-02-263-25/+40
|
* Add MACRO actiontmk2013-02-254-30/+39
|
* Fix README and comments in action.htmk2013-02-231-7/+7
|
* Fix tap key bug: layer stucktmk2013-02-201-12/+12
| | | | - Can't use Invert action for tap key, use On/Off insted.
* Add keymap clear/reset actiontmk2013-02-203-17/+44
|
* Add overlay frameworktmk2013-02-207-341/+585
|
* Rewrite layer action with layer_switchtmk2013-02-167-112/+148
|
* Replace layer_stack with layer_switchtmk2013-02-156-181/+123
|
* Fix switch_default_layer commandtmk2013-02-153-15/+26
|
* Add layer_stack files taking apart from action.ctmk2013-02-153-105/+166
|
* Change: 0 means default_layer in current_layer nowtmk2013-02-152-20/+26
| | | | | | | | - current_layer indicates active layer at the time - default_layer indicates base layer - default_layer is used when current_layer is 0 - with this LAYER_BIT action works as overlay even if default_layer varies other than layer 0.
* Add layer stacktmk2013-02-142-104/+284
|
* Change struct key_ttmk2013-02-134-13/+7
|
* Change action APItmk2013-02-134-124/+118
|
* Change keymap APItmk2013-02-132-21/+46
|
* Make Transparent feature available to new keymaps.tmk2013-02-133-8/+28
|
* Fix 'chage default layer' command.tmk2013-02-121-14/+7
|
* Change ACTION_LAYER_SET_LAYER behaviourtmk2013-02-122-9/+11
|
* Boot Magic key for gh60tmk2013-02-111-1/+10
|
* Merge branch 'keymap2'tmk2013-02-1116-611/+1634
|\ | | | | | | | | Conflicts: common/keyboard.c
| * Fix is_tap_key()tmk2013-02-112-8/+8
| |
| * Add doc/keycode.txttmk2013-02-101-2/+2
| |
| * Clean layer actions.tmk2013-02-102-251/+152
| |
| * Add macro feature.tmk2013-02-046-15/+190
| |
| * Add user defined function to action.tmk2013-02-015-50/+54
| |
| * Add legacy keymap support.tmk2013-01-315-38/+151
| |
| * Fix tapping. tap key just after tap timeout.tmk2013-01-311-2/+1
| |
| * Fix: action LAYER_BIT uses xor now instead of and/or.tmk2013-01-302-19/+16
| |
| * Fix process_tapping().tmk2013-01-301-90/+166
| |
| * Clean debug print in action.c.tmk2013-01-294-23/+84
| |
| * Clean code.tmk2013-01-286-200/+220
| |
| * Add tap toggle feature to action.tmk2013-01-282-47/+141
| |
| * Add oneshot modifier action.tmk2013-01-272-172/+227
| |
| * Fix keycodes. It has 32 Fn keys now.tmk2013-01-271-11/+36
| |
| * Remove test_func.tmk2013-01-271-10/+1
| |
| * New tapping logic.tmk2013-01-274-164/+216
| |
| * Minor fixes in keyboard.c.tmk2013-01-242-14/+10
| |
| * Add prototype of Action Function.tmk2013-01-234-68/+167
| |
| * Add bootmagic keys.(hhkb)tmk2013-01-231-0/+11
| | | | | | | | | | - kick bootloader - enable debug print
| * Fix mods with tapping.tmk2013-01-212-192/+190
| |
| * Refactor struct keyevent_t.tmk2013-01-173-10/+19
| |
| * Fix mods with tap key but some problems still exists.tmk2013-01-172-67/+102
| | | | | | | | | | | | - 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)]
| * Add support partly for modifier with tap key.tmk2013-01-162-174/+236
| |
| * Fix waiting_keys and periodical update for delaying layer.tmk2013-01-153-150/+90
| |
| * Fix tap key using delaying_layer and waiting_key.tmk2013-01-134-31/+146
| |
| * Add new layer actions.tmk2013-01-095-278/+282
| |