| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ghost block and remove matrix_has_ghost() | tmk | 2013-03-05 | 4 | -16/+27 |
* | Merge branch 'overlays' | tmk | 2013-03-05 | 51 | -955/+2868 |
|\ |
|
| * | Fix keymap for new framework | tmk | 2013-03-05 | 18 | -23/+117 |
| * | Fix README.md and doc/keymap.md | tmk | 2013-03-05 | 2 | -6/+11 |
| * | Clean action.h and add keymap doc | tmk | 2013-03-05 | 7 | -169/+126 |
| * | Create keymap.md | tmk | 2013-03-04 | 3 | -353/+532 |
| * | Fix SET_DEFAULT_LAYER action and keymap of gh60 | tmk | 2013-02-27 | 3 | -22/+41 |
| * | Add tap flags on record_t | tmk | 2013-02-26 | 4 | -104/+104 |
| * | Fix keymap MACRO of pc98 adn hhkb | tmk | 2013-02-25 | 2 | -23/+78 |
| * | Add MACRO action | tmk | 2013-02-25 | 4 | -30/+39 |
| * | Merge branch 'pc98_fix' into overlays | tmk | 2013-02-25 | 9 | -245/+395 |
| |\ |
|
| | * | Fix software serial configure | tmk | 2013-02-25 | 3 | -96/+93 |
| | * | Add serial_uart.c and use it for PC98 | tmk | 2013-02-25 | 5 | -92/+174 |
| | * | Add parity option in serial_soft.c | tmk | 2013-02-25 | 1 | -7/+32 |
| | * | Inhibit repeating key of PC98 | tmk | 2013-02-24 | 1 | -6/+54 |
| | * | New keymap of PC98 | tmk | 2013-02-24 | 3 | -92/+90 |
| |/ |
|
| * | Merge branch 'pc98' of github.com:tmk/tmk_keyboard into overlays | tmk | 2013-02-23 | 9 | -0/+732 |
| |\ |
|
| | * | Fix debug code of serial_soft.c | tmk | 2013-02-23 | 1 | -6/+26 |
| | * | Edit README of PC98 | tmk | 2013-02-23 | 1 | -58/+44 |
| | * | Fix softwere serial | tmk | 2013-02-22 | 2 | -27/+18 |
| | * | Add keymap for PC98 | tmk | 2013-02-22 | 3 | -141/+122 |
| | * | Quick Fix: read scan code from PC98 | tmk | 2013-02-22 | 3 | -11/+46 |
| | * | Add initial files for PC98 | tmk | 2013-02-22 | 8 | -1/+720 |
| * | | Fix README and comments in action.h | tmk | 2013-02-23 | 2 | -57/+82 |
| * | | Fix keymap of gh60 and hhkb | tmk | 2013-02-21 | 4 | -52/+40 |
| * | | Fix tap key bug: layer stuck | tmk | 2013-02-20 | 1 | -12/+12 |
| * | | Add keymap clear/reset action | tmk | 2013-02-20 | 3 | -17/+44 |
| * | | Add overlay framework | tmk | 2013-02-20 | 7 | -341/+585 |
| * | | Apply new keymap for gh60 | tmk | 2013-02-20 | 9 | -226/+195 |
| * | | Merge branch 'layer_switch' | tmk | 2013-02-16 | 17 | -373/+467 |
| |\ \ |
|
| | * | | Add keymap file of gh60 | tmk | 2013-02-16 | 1 | -0/+75 |
| | * | | Rewrite layer action with layer_switch | tmk | 2013-02-16 | 7 | -112/+148 |
| | * | | Add keymaps of gh60 | tmk | 2013-02-16 | 7 | -108/+163 |
| | * | | Replace layer_stack with layer_switch | tmk | 2013-02-15 | 9 | -223/+151 |
| |/ / |
|
| * | | Merge branch 'layer_stack' | tmk | 2013-02-15 | 12 | -134/+500 |
| |\ \
| | |/
| |/| |
|
| | * | Fix switch_default_layer command | tmk | 2013-02-15 | 3 | -15/+26 |
| | * | Add poker keymap with layer stacking | tmk | 2013-02-15 | 4 | -6/+14 |
| | * | Add layer_stack files taking apart from action.c | tmk | 2013-02-15 | 4 | -105/+167 |
| | * | Fix Make dependency file names | tmk | 2013-02-15 | 1 | -1/+2 |
| | * | Change: 0 means default_layer in current_layer now | tmk | 2013-02-15 | 2 | -20/+26 |
| | * | Add poker keymap with layer stacking. | tmk | 2013-02-14 | 2 | -5/+103 |
| | * | 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 |
|/ |
|
* | Merge branch 'actionfix' | tmk | 2013-02-13 | 8 | -146/+128 |
|\ |
|
| * | Change struct key_t | tmk | 2013-02-13 | 6 | -15/+9 |
| * | Change action API | tmk | 2013-02-13 | 6 | -132/+120 |
|/ |
|
* | Merge branch 'transparent' | tmk | 2013-02-13 | 14 | -166/+381 |
|\ |
|
| * | Add 'poker' target to Makefile.pjrc of gh60 | tmk | 2013-02-13 | 1 | -1/+4 |
| * | Change keymap API | tmk | 2013-02-13 | 4 | -88/+102 |
| * | Make Transparent feature available to new keymaps. | tmk | 2013-02-13 | 5 | -20/+39 |