summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-22Add initial files for PC98tmk8-1/+720
2013-02-21Fix keymap of gh60 and hhkbtmk4-52/+40
2013-02-20Fix tap key bug: layer stucktmk1-12/+12
- Can't use Invert action for tap key, use On/Off insted.
2013-02-20Add keymap clear/reset actiontmk3-17/+44
2013-02-20Add overlay frameworktmk7-341/+585
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
- keymap_poker.h poker emulation - keymap_poker_set.h poker emulation with Esc fix and cursor fix - keymap_poker_bit.h poker emulation with Esc fix and cursor fix
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
- current_layer indicates active layer at the time - default_layer indicates base layer - default_layer is used when current_layer is 0 - with this LAYER_BIT action works as overlay even if default_layer varies other than layer 0.
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
Conflicts: common/keyboard.c
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
- ISO/JIS specific keys support.(Not tested :) - Learned how to convert ADB into HID code from: http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c - Left of 1 key generates 0x0A(ADB scan code) on German layout AEKII.
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