summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-11Boot Magic key for gh60tmk
2013-02-11Merge branch 'keymap2'tmk
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
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-12Fix PWM control of LED in phantom.tmk
2013-01-09Add new layer actions.tmk
2013-01-07Add ISO support to keymap.(hid_liber)tmk
2013-01-01Fix debouncing code.(gh60)tmk
2013-01-01Change keymap.(gh60)tmk
2012-12-27Add README and keymap layers.(GH60)tmk
2012-12-27Added Initial files for gh60.tmk
2012-12-27Remove DEBUG_LED from pjrc stack.tmk
2012-12-26Fix bug of FAILSAFE key clear.tmk
2012-12-17Fix action of system and consumer usage.tmk
2012-12-16Add initial fix for new keymap.tmk
2012-12-12Add ADB extended keyboard support by blargg@GH.tmk
2012-12-05Merge branch 'm0110'tmk
2012-12-05Fix keymaps in README.(M0110)tmk
2012-12-05Fix keymap and build option.(M0110)tmk
2012-12-05Add keymap file for Hasu.tmk
2012-12-05Change keymap.(M0110)tmk
2012-12-05Change IS_COMMAND.(M0110)tmk
2012-12-05Fix debug pirnt and magic key.(M0110)tmk