Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bootmagic.c and fix bootloader_jump | tmk | 2013-03-09 | 5 | -49/+164 |
| | |||||
* | Add eeconfig.c - eeprom stored paramerters | tmk | 2013-03-07 | 4 | -4/+131 |
| | |||||
* | Remove matrix_key_count() from matrix.h | tmk | 2013-03-05 | 1 | -2/+0 |
| | |||||
* | Fix ghost block and remove matrix_has_ghost() | tmk | 2013-03-05 | 2 | -3/+24 |
| | |||||
* | Merge branch 'overlays' | tmk | 2013-03-05 | 11 | -318/+811 |
|\ | |||||
| * | Fix keymap for new framework | tmk | 2013-03-05 | 1 | -10/+8 |
| | | |||||
| * | Clean action.h and add keymap doc | tmk | 2013-03-05 | 2 | -54/+20 |
| | | |||||
| * | Create keymap.md | tmk | 2013-03-04 | 1 | -0/+4 |
| | | |||||
| * | Fix SET_DEFAULT_LAYER action and keymap of gh60 | tmk | 2013-02-27 | 1 | -6/+0 |
| | | |||||
| * | Add tap flags on record_t | tmk | 2013-02-26 | 3 | -25/+40 |
| | | |||||
| * | Add MACRO action | tmk | 2013-02-25 | 4 | -30/+39 |
| | | |||||
| * | Fix README and comments in action.h | tmk | 2013-02-23 | 1 | -7/+7 |
| | | |||||
| * | Fix tap key bug: layer stuck | tmk | 2013-02-20 | 1 | -12/+12 |
| | | | | | | | | - Can't use Invert action for tap key, use On/Off insted. | ||||
| * | Add keymap clear/reset action | tmk | 2013-02-20 | 3 | -17/+44 |
| | | |||||
| * | Add overlay framework | tmk | 2013-02-20 | 7 | -341/+585 |
| | | |||||
| * | Rewrite layer action with layer_switch | tmk | 2013-02-16 | 7 | -112/+148 |
| | | |||||
| * | Replace layer_stack with layer_switch | tmk | 2013-02-15 | 6 | -181/+123 |
| | | |||||
| * | Fix switch_default_layer command | tmk | 2013-02-15 | 3 | -15/+26 |
| | | |||||
| * | Add layer_stack files taking apart from action.c | tmk | 2013-02-15 | 3 | -105/+166 |
| | | |||||
| * | Change: 0 means default_layer in current_layer now | tmk | 2013-02-15 | 2 | -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. | ||||
| * | Add layer stack | tmk | 2013-02-14 | 2 | -104/+284 |
| | | |||||
* | | Fix bit shift which is beyond int size(16bit) | tmk | 2013-02-25 | 1 | -1/+1 |
|/ | |||||
* | Change struct key_t | tmk | 2013-02-13 | 4 | -13/+7 |
| | |||||
* | Change action API | tmk | 2013-02-13 | 4 | -124/+118 |
| | |||||
* | Change keymap API | tmk | 2013-02-13 | 2 | -21/+46 |
| | |||||
* | Make Transparent feature available to new keymaps. | tmk | 2013-02-13 | 3 | -8/+28 |
| | |||||
* | Fix 'chage default layer' command. | tmk | 2013-02-12 | 1 | -14/+7 |
| | |||||
* | Change ACTION_LAYER_SET_LAYER behaviour | tmk | 2013-02-12 | 2 | -9/+11 |
| | |||||
* | Boot Magic key for gh60 | tmk | 2013-02-11 | 1 | -1/+10 |
| | |||||
* | Merge branch 'keymap2' | tmk | 2013-02-11 | 16 | -611/+1634 |
|\ | | | | | | | | | Conflicts: common/keyboard.c | ||||
| * | Fix is_tap_key() | tmk | 2013-02-11 | 2 | -8/+8 |
| | | |||||
| * | Add doc/keycode.txt | tmk | 2013-02-10 | 1 | -2/+2 |
| | | |||||
| * | Clean layer actions. | tmk | 2013-02-10 | 2 | -251/+152 |
| | | |||||
| * | Add macro feature. | tmk | 2013-02-04 | 6 | -15/+190 |
| | | |||||
| * | Add user defined function to action. | tmk | 2013-02-01 | 5 | -50/+54 |
| | | |||||
| * | Add legacy keymap support. | tmk | 2013-01-31 | 5 | -38/+151 |
| | | |||||
| * | Fix tapping. tap key just after tap timeout. | tmk | 2013-01-31 | 1 | -2/+1 |
| | | |||||
| * | Fix: action LAYER_BIT uses xor now instead of and/or. | tmk | 2013-01-30 | 2 | -19/+16 |
| | | |||||
| * | Fix process_tapping(). | tmk | 2013-01-30 | 1 | -90/+166 |
| | | |||||
| * | Clean debug print in action.c. | tmk | 2013-01-29 | 4 | -23/+84 |
| | | |||||
| * | Clean code. | tmk | 2013-01-28 | 6 | -200/+220 |
| | | |||||
| * | Add tap toggle feature to action. | tmk | 2013-01-28 | 2 | -47/+141 |
| | | |||||
| * | Add oneshot modifier action. | tmk | 2013-01-27 | 2 | -172/+227 |
| | | |||||
| * | Fix keycodes. It has 32 Fn keys now. | tmk | 2013-01-27 | 1 | -11/+36 |
| | | |||||
| * | Remove test_func. | tmk | 2013-01-27 | 1 | -10/+1 |
| | | |||||
| * | New tapping logic. | tmk | 2013-01-27 | 4 | -164/+216 |
| | | |||||
| * | Minor fixes in keyboard.c. | tmk | 2013-01-24 | 2 | -14/+10 |
| | | |||||
| * | Add prototype of Action Function. | tmk | 2013-01-23 | 4 | -68/+167 |
| | | |||||
| * | Add bootmagic keys.(hhkb) | tmk | 2013-01-23 | 1 | -0/+11 |
| | | | | | | | | | | - kick bootloader - enable debug print | ||||
| * | Fix mods with tapping. | tmk | 2013-01-21 | 2 | -192/+190 |
| | |