summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2013-03-10Fix watchdog in bootloader jumptmk1-10/+13
- disable watchdog after watchdog reset - clear WDRF after watchdog reset
2013-03-09Add bootmagic.c and fix bootloader_jumptmk5-49/+164
2013-03-06Add eeconfig.c - eeprom stored paramerterstmk4-4/+131
2013-03-05Remove matrix_key_count() from matrix.htmk1-2/+0
2013-03-05Fix ghost block and remove matrix_has_ghost()tmk2-3/+24
2013-03-05Merge branch 'overlays'tmk11-318/+811
2013-03-05Fix keymap for new frameworktmk1-10/+8
2013-03-04Clean action.h and add keymap doctmk2-54/+20
2013-03-04Create keymap.mdtmk1-0/+4
2013-02-27Fix SET_DEFAULT_LAYER action and keymap of gh60tmk1-6/+0
2013-02-26Add tap flags on record_ttmk3-25/+40
2013-02-25Fix bit shift which is beyond int size(16bit)tmk1-1/+1
2013-02-25Add MACRO actiontmk4-30/+39
2013-02-23Fix README and comments in action.htmk1-7/+7
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-15Rewrite layer action with layer_switchtmk7-112/+148
2013-02-15Replace layer_stack with layer_switchtmk6-181/+123
2013-02-15Fix switch_default_layer commandtmk3-15/+26
2013-02-15Add layer_stack files taking apart from action.ctmk3-105/+166
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 layer stacktmk2-104/+284
2013-02-13Change struct key_ttmk4-13/+7
2013-02-13Change action APItmk4-124/+118
2013-02-13Change keymap APItmk2-21/+46
2013-02-13Make Transparent feature available to new keymaps.tmk3-8/+28
2013-02-12Fix 'chage default layer' command.tmk1-14/+7
2013-02-12Change ACTION_LAYER_SET_LAYER behaviourtmk2-9/+11
2013-02-11Boot Magic key for gh60tmk1-1/+10
2013-02-11Merge branch 'keymap2'tmk16-611/+1634
Conflicts: common/keyboard.c
2013-02-10Fix is_tap_key()tmk2-8/+8
2013-02-10Add doc/keycode.txttmk1-2/+2
2013-02-10Clean layer actions.tmk2-251/+152
2013-02-04Add macro feature.tmk6-15/+190
2013-02-01Add user defined function to action.tmk5-50/+54
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.tmk6-200/+220
2013-01-28Add tap toggle feature to action.tmk2-47/+141
2013-01-27Add oneshot modifier action.tmk2-172/+227
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.tmk4-68/+167
2013-01-23Add bootmagic keys.(hhkb)tmk1-0/+11
- kick bootloader - enable debug print