summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2013-02-11Merge branch 'keymap2'tmk16-611/+1634
Conflicts: common/keyboard.c
2013-02-10Fix is_tap_key()tmk2-8/+8
2013-02-10Add doc/keycode.txttmk1-2/+2
2013-02-10Clean layer actions.tmk2-251/+152
2013-02-04Add macro feature.tmk6-15/+190
2013-02-01Add user defined function to action.tmk5-50/+54
2013-01-31Add legacy keymap support.tmk5-38/+151
2013-01-31Fix tapping. tap key just after tap timeout.tmk1-2/+1
2013-01-30Fix: action LAYER_BIT uses xor now instead of and/or.tmk2-19/+16
2013-01-30Fix process_tapping().tmk1-90/+166
2013-01-29Clean debug print in action.c.tmk4-23/+84
2013-01-28Clean code.tmk6-200/+220
2013-01-28Add tap toggle feature to action.tmk2-47/+141
2013-01-27Add oneshot modifier action.tmk2-172/+227
2013-01-27Fix keycodes. It has 32 Fn keys now.tmk1-11/+36
2013-01-27Remove test_func.tmk1-10/+1
2013-01-26New tapping logic.tmk4-164/+216
2013-01-23Minor fixes in keyboard.c.tmk2-14/+10
2013-01-23Add prototype of Action Function.tmk4-68/+167
2013-01-23Add bootmagic keys.(hhkb)tmk1-0/+11
- kick bootloader - enable debug print
2013-01-21Fix mods with tapping.tmk2-192/+190
2013-01-17Refactor struct keyevent_t.tmk3-10/+19
2013-01-17Fix mods with tap key but some problems still exists.tmk2-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)]
2013-01-16Add support partly for modifier with tap key.tmk2-174/+236
2013-01-14Fix waiting_keys and periodical update for delaying layer.tmk3-150/+90
2013-01-13Fix tap key using delaying_layer and waiting_key.tmk4-31/+146
2013-01-09Add new layer actions.tmk5-278/+282
2012-12-26Fix bug of FAILSAFE key clear.tmk1-0/+4
http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022
2012-12-16Fix action of system and consumer usage.tmk2-182/+36
2012-12-15Add initial fix for new keymap.tmk9-557/+898
2012-11-24Add bitpop16() in util.c.tmk2-2/+11
2012-11-23Fixes from Tranquilite@GH.tmk3-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.
2012-11-13Fix and keymap of hid_liber from alaricljs at geekhack.org.tmk1-0/+1
2012-10-26Fix usage of debug flagtmk3-3/+2
2012-10-26Add print_dec() and debug_dec().tmk6-67/+130
2012-10-22Add print utilitytmk4-72/+162
2012-10-21Add LED feature to Sun convertertmk1-0/+7
2012-10-21Fix mousekey parameter bugtmk1-1/+1
2012-10-19Use software serial for Sun.tmk1-1/+1
2012-10-17Add child proof keyboard locking feature!tmk3-5/+22
Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE
2012-10-17Add command console and mouseky parameters tweak.tmk4-79/+395
2012-10-17Add Mousekey parameters and accel keys.tmk3-59/+99
2012-10-17Fix commandstmk6-51/+64
2012-10-17Fix use of default_layertmk1-12/+20
2012-10-17Fix layer switching and host API.tmk4-156/+194
2012-10-17Add subset of Xorg MouseKey acceleration parameters.tmk1-28/+74
2012-10-17Fix build option MOUSEKEY_ENABLE.tmk2-16/+32
2012-10-17Clean host.h interface.tmk4-118/+77
2012-10-17Add keycode.h and remove usb_keycodes.h.tmk6-505/+510
2012-10-17Add consumer/system usage support.tmk5-38/+141