summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2013-03-05Fix keymap for new frameworktmk
2013-03-05Clean action.h and add keymap doctmk
2013-03-04Create keymap.mdtmk
2013-02-27Fix SET_DEFAULT_LAYER action and keymap of gh60tmk
2013-02-26Add tap flags on record_ttmk
2013-02-25Add MACRO actiontmk
2013-02-23Fix README and comments in action.htmk
2013-02-20Fix tap key bug: layer stucktmk
2013-02-20Add keymap clear/reset actiontmk
2013-02-20Add overlay frameworktmk
2013-02-16Rewrite layer action with layer_switchtmk
2013-02-15Replace layer_stack with layer_switchtmk
2013-02-15Fix switch_default_layer commandtmk
2013-02-15Add layer_stack files taking apart from action.ctmk
2013-02-15Change: 0 means default_layer in current_layer nowtmk
2013-02-14Add layer stacktmk
2013-02-13Change struct key_ttmk
2013-02-13Change action APItmk
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-11Boot Magic key for gh60tmk
2013-02-11Merge branch 'keymap2'tmk
2013-02-11Fix is_tap_key()tmk
2013-02-10Add doc/keycode.txttmk
2013-02-10Clean layer actions.tmk
2013-02-04Add macro feature.tmk
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
2013-01-21Fix mods with tapping.tmk
2013-01-17Refactor struct keyevent_t.tmk
2013-01-17Fix mods with tap key but some problems still exists.tmk
2013-01-16Add support partly for modifier with tap key.tmk
2013-01-15Fix waiting_keys and periodical update for delaying layer.tmk
2013-01-13Fix tap key using delaying_layer and waiting_key.tmk
2013-01-09Add new layer actions.tmk