summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-04Add macro feature.tmk8-22/+226
2013-02-01Add user defined function to action.tmk6-100/+167
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.tmk9-201/+226
2013-01-28Add tap toggle feature to action.tmk3-49/+145
2013-01-27Add oneshot modifier action.tmk3-175/+236
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.tmk5-70/+185
2013-01-23Add bootmagic keys.(hhkb)tmk2-0/+25
- 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.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-09Add new layer actions.tmk6-315/+323
2012-12-16Fix action of system and consumer usage.tmk3-184/+38
2012-12-15Add initial fix for new keymap.tmk14-611/+967
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
2012-10-21Merge branch 'sun'tmk7-18/+118
2012-10-21Add extra commands Bell/Click to Sun convertertmk2-0/+44
2012-10-21Add LED feature to Sun convertertmk5-18/+74
2012-10-21Fix mousekey parameter bugtmk1-1/+1
2012-10-19Fix keymap to adjust new keyboard.c.tmk12-48/+48
2012-10-19Merge branch 'sun'tmk10-2/+765
2012-10-19Use software serial for Sun.tmk9-279/+284
2012-10-18Add Sun converter initial files.tmk8-0/+758
2012-10-17Merge branch 'layerfix'tmk61-1585/+2261
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-17Fix projects for new keycodestmk30-424/+422
2012-10-17Fix HHKB iWRAP buildtmk3-10/+13
2012-10-17Fix HHKB keymaptmk1-3/+3
2012-10-17HHKB scan matrix: fix wait time on power ontmk1-9/+12
2012-10-17Add command console and mouseky parameters tweak.tmk5-84/+400
2012-10-17Add Mousekey parameters and accel keys.tmk4-63/+103
2012-10-17Fix commandstmk6-51/+64