aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * 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
| * 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
| * 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
| * Fix action of system and consumer usage.tmk2012-12-172-182/+36
| * Add initial fix for new keymap.tmk2012-12-169-557/+898
* | Fix bug of FAILSAFE key clear.tmk2012-12-261-0/+4
* | Add bitpop16() in util.c.tmk2012-11-242-2/+11
* | Fixes from Tranquilite@GH.tmk2012-11-233-6/+7
* | Fix and keymap of hid_liber from alaricljs at geekhack.org.tmk2012-11-131-0/+1
|/
* Fix usage of debug flagtmk2012-10-273-3/+2
* Add print_dec() and debug_dec().tmk2012-10-276-67/+130
* Add print utilitytmk2012-10-234-72/+162
* Add LED feature to Sun convertertmk2012-10-211-0/+7
* Fix mousekey parameter bugtmk2012-10-211-1/+1