Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix legacy keymap support | tmk | 2013-03-11 | 7 | -72/+82 | |
| | | | | | | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap | |||||
| * | Add default value to BOOTLOADER_SIZE | tmk | 2013-03-11 | 1 | -1/+2 | |
| | | ||||||
| * | Add keyconf in eeconfig.c | tmk | 2013-03-11 | 2 | -0/+24 | |
| | | ||||||
| * | Rename HOST_* to PROTOCOL_* in protocol/*.mk | tmk | 2013-03-11 | 6 | -18/+15 | |
| | | ||||||
| * | Add --relax for size optimization to gh60 | tmk | 2013-03-11 | 1 | -0/+3 | |
| | | ||||||
| * | Add KEYCONF to eeconfig.c | tmk | 2013-03-10 | 5 | -23/+83 | |
| | | ||||||
| * | Add BOOTLOADER_SIZE and remove BOOT_SIZE | tmk | 2013-03-10 | 7 | -34/+38 | |
| | | | | | | | | - define BOOTLOADER_SIZE in config.h instead of Makefile | |||||
| * | Fix watchdog in bootloader jump | tmk | 2013-03-10 | 3 | -15/+28 | |
| | | | | | | | | | | - disable watchdog after watchdog reset - clear WDRF after watchdog reset | |||||
| * | Fix gh60/matrix.c and Makefile | tmk | 2013-03-09 | 3 | -8/+16 | |
| | | ||||||
| * | Add bootmagic.c and fix bootloader_jump | tmk | 2013-03-09 | 9 | -54/+178 | |
| | | ||||||
| * | Add eeconfig.c - eeprom stored paramerters | tmk | 2013-03-07 | 6 | -4/+135 | |
|/ | ||||||
* | Merge branch 'ghost_fix' | tmk | 2013-03-05 | 4 | -31/+26 | |
|\ | ||||||
| * | Remove matrix_key_count() from matrix.h | tmk | 2013-03-05 | 2 | -16/+0 | |
| | | ||||||
| * | 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 | |
| | | | | | | | | | | | | - 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 | |
| | | | ||||||
| * | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - keymap_poker.h poker emulation - keymap_poker_set.h poker emulation with Esc fix and cursor fix - keymap_poker_bit.h poker emulation with Esc fix and cursor fix | |||||
| | * | | 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 | |
| | | |