summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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.tmk3-189/+239
2013-01-14Fix waiting_keys and periodical update for delaying layer.tmk4-151/+90
2013-01-13Fix tap key using delaying_layer and waiting_key.tmk5-33/+152
2013-01-12Fix PWM control of LED in phantom.tmk1-4/+4
2013-01-09Add new layer actions.tmk6-315/+323
2013-01-07Add ISO support to keymap.(hid_liber)tmk1-4/+4
2012-12-31Fix debouncing code.(gh60)tmk1-28/+27
2012-12-31Change keymap.(gh60)tmk1-10/+10
2012-12-27Add README and keymap layers.(GH60)tmk5-84/+194
2012-12-26Added Initial files for gh60.tmk6-0/+706
2012-12-26Remove DEBUG_LED from pjrc stack.tmk1-3/+0
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.tmk3-184/+38
2012-12-15Add initial fix for new keymap.tmk14-611/+967
2012-12-12Add ADB extended keyboard support by blargg@GH.tmk3-8/+23
This offers distinction between left/right modifiers.
2012-12-05Merge branch 'm0110'tmk8-154/+390
2012-12-05Fix keymaps in README.(M0110)tmk1-35/+36
2012-12-05Fix keymap and build option.(M0110)tmk2-104/+84
2012-12-05Add keymap file for Hasu.tmk2-0/+259
2012-12-05Change keymap.(M0110)tmk2-18/+18
2012-12-05Change IS_COMMAND.(M0110)tmk2-4/+6
2012-12-05Fix debug pirnt and magic key.(M0110)tmk4-11/+5
2012-12-05Merge branch 'hid_liber'tmk3-11/+23
2012-12-05Fix debouncing and ISO layout from 4LI4Z and alaricljs.(hid_liber)tmk3-11/+23
2012-11-25Fix pin configuration error(macway). issue #17tmk1-2/+2
2012-11-24Add bitpop16() in util.c.tmk2-2/+11
2012-11-23Merge branch 'phantom'tmk9-6/+728
2012-11-23Fix target name and product id of pahntom.tmk3-3/+3
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-23Add initial files for Phantom from Tranquilite@GH.tmk6-0/+721
2012-11-15Fix Sony NEWS pinouts in commenttmk1-4/+4
2012-11-14Fix Sony NEWS connector pinout and keymap.tmk2-2/+6
2012-11-13Merge branch 'hid_liber'tmk8-11/+729
2012-11-13Fix and keymap of hid_liber from alaricljs at geekhack.org.tmk7-137/+160
2012-11-11Disable JTAG function for hid_liber to use PORTF.tmk1-0/+4
2012-11-10Fix copyright and license notices.tmk4-19/+13
2012-11-10Rename to hid_liber.tmk6-0/+0
2012-11-10Add comments on keymap.c.tmk1-120/+84
2012-11-10Add initial files for hid_libre.tmk6-0/+733
2012-11-01Fix image link 3 :(tmk1-3/+6
2012-11-01Fix image link 2tmk1-3/+3
2012-11-01Fix image link in README.mdtmk1-3/+3
2012-11-01Improve documentationtmk4-233/+201
2012-10-26Fix usage of debug flagtmk7-46/+4
2012-10-26Merge branch 'print'tmk7-89/+242
2012-10-26Add print_dec() and debug_dec().tmk6-67/+130
2012-10-22Add print utilitytmk4-72/+162