summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-20Apply new keymap for gh60tmk9-226/+195
2013-02-15Merge branch 'layer_switch'tmk17-373/+467
2013-02-15Add keymap file of gh60tmk1-0/+75
2013-02-15Rewrite layer action with layer_switchtmk7-112/+148
2013-02-15Add keymaps of gh60tmk7-108/+163
2013-02-15Replace layer_stack with layer_switchtmk9-223/+151
2013-02-15Merge branch 'layer_stack'tmk12-134/+500
2013-02-15Fix switch_default_layer commandtmk3-15/+26
2013-02-15Add poker keymap with layer stackingtmk4-6/+14
2013-02-15Add layer_stack files taking apart from action.ctmk4-105/+167
2013-02-15Fix Make dependency file namestmk1-1/+2
2013-02-15Change: 0 means default_layer in current_layer nowtmk2-20/+26
2013-02-14Add poker keymap with layer stacking.tmk2-5/+103
2013-02-14Add layer stacktmk2-104/+284
2013-02-13Merge branch 'actionfix'tmk8-146/+128
2013-02-13Change struct key_ttmk6-15/+9
2013-02-13Change action APItmk6-132/+120
2013-02-13Merge branch 'transparent'tmk14-166/+381
2013-02-13Add 'poker' target to Makefile.pjrc of gh60tmk1-1/+4
2013-02-13Change keymap APItmk4-88/+102
2013-02-13Make Transparent feature available to new keymaps.tmk5-20/+39
2013-02-12Fix 'chage default layer' command.tmk1-14/+7
2013-02-12Change ACTION_LAYER_SET_LAYER behaviourtmk2-9/+11
2013-02-12Add transparent layer feature in gh60tmk5-80/+264
2013-02-11Now includes LUFA-120730 in repositorytmk306-0/+64019
2013-02-11Add support for LUFA-120730tmk3-15/+30
2013-02-11Boot Magic key for gh60tmk5-36/+70
2013-02-11Merge branch 'keymap2'tmk24-767/+2689
2013-02-11Fix and add some in READMEtmk1-15/+115
2013-02-10Fix is_tap_key()tmk2-8/+8
2013-02-10Add doc/keycode.txttmk3-5/+286
2013-02-10Merge branch 'gh60'tmk8-3/+815
2013-02-10Add description of keymap and layer in README.mdtmk1-68/+424
2013-02-10Clean layer actions.tmk3-281/+199
2013-02-04Add macro feature.tmk8-22/+226
2013-02-03Support for ISO/JIS keys on ADB(Issue#22)tmk2-16/+65
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