aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Fix bit shift which is beyond int size(16bit)tmk2013-02-251-1/+1
|
* 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
| |
| * 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
| | | | | | | | http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022
* | Add bitpop16() in util.c.tmk2012-11-242-2/+11
| |
* | Fixes from Tranquilite@GH.tmk2012-11-233-6/+7
| | | | | | | | | | | | - Fix keyboard_task() when matrix column size > 16 - Add clear_keyboard() in NKRO command to avoid stucking keys. - Fix function name in print.c.
* | 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
|
* Use software serial for Sun.tmk2012-10-191-1/+1
|
* Add child proof keyboard locking feature!tmk2012-10-183-5/+22
| | | | | Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE
* Add command console and mouseky parameters tweak.tmk2012-10-174-79/+395
|
* Add Mousekey parameters and accel keys.tmk2012-10-173-59/+99
|