summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-16Add keymap file of gh60tmk
2013-02-16Rewrite layer action with layer_switchtmk
2013-02-16Add keymaps of gh60tmk
- 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_switchtmk
2013-02-15Merge branch 'layer_stack'tmk
2013-02-15Fix switch_default_layer commandtmk
2013-02-15Add poker keymap with layer stackingtmk
2013-02-15Add layer_stack files taking apart from action.ctmk
2013-02-15Fix Make dependency file namestmk
2013-02-15Change: 0 means default_layer in current_layer nowtmk
- 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.tmk
2013-02-14Add layer stacktmk
2013-02-13Merge branch 'actionfix'tmk
2013-02-13Change struct key_ttmk
2013-02-13Change action APItmk
2013-02-13Merge branch 'transparent'tmk
2013-02-13Add 'poker' target to Makefile.pjrc of gh60tmk
2013-02-13Change keymap APItmk
2013-02-13Make Transparent feature available to new keymaps.tmk
2013-02-12Fix 'chage default layer' command.tmk
2013-02-12Change ACTION_LAYER_SET_LAYER behaviourtmk
2013-02-12Add transparent layer feature in gh60tmk
2013-02-11Now includes LUFA-120730 in repositorytmk
2013-02-11Add support for LUFA-120730tmk
2013-02-11Boot Magic key for gh60tmk
2013-02-11Merge branch 'keymap2'tmk
Conflicts: common/keyboard.c
2013-02-11Fix and add some in READMEtmk
2013-02-11Fix is_tap_key()tmk
2013-02-10Add doc/keycode.txttmk
2013-02-10Merge branch 'gh60'tmk
2013-02-10Add description of keymap and layer in README.mdtmk
2013-02-10Clean layer actions.tmk
2013-02-04Add macro feature.tmk
2013-02-03Support for ISO/JIS keys on ADB(Issue#22)tmk
- 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.tmk
2013-01-31Add legacy keymap support.tmk
2013-01-31Fix tapping. tap key just after tap timeout.tmk
2013-01-30Fix: action LAYER_BIT uses xor now instead of and/or.tmk
2013-01-30Fix process_tapping().tmk
2013-01-29Clean debug print in action.c.tmk
2013-01-28Clean code.tmk
2013-01-28Add tap toggle feature to action.tmk
2013-01-27Add oneshot modifier action.tmk
2013-01-27Fix keycodes. It has 32 Fn keys now.tmk
2013-01-27Remove test_func.tmk
2013-01-27New tapping logic.tmk
2013-01-24Minor fixes in keyboard.c.tmk
2013-01-23Add prototype of Action Function.tmk
2013-01-23Add bootmagic keys.(hhkb)tmk
- kick bootloader - enable debug print
2013-01-21Fix mods with tapping.tmk