summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
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-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