Commit Graph

7357 Commits (f6b3c67678d346b57c965142ca4a2b6ba588bbb7)
 

Author SHA1 Message Date
tmk e4fbaf30be Add keyconf in eeconfig.c
tmk 09bd1aef12 Rename HOST_* to PROTOCOL_* in protocol/*.mk
tmk db024b6b18 Add --relax for size optimization to gh60
tmk de8ef18a53 Add KEYCONF to eeconfig.c
tmk 51050875b7 Add BOOTLOADER_SIZE and remove BOOT_SIZE
- define BOOTLOADER_SIZE in config.h instead of Makefile
tmk f55c677ba4 Fix watchdog in bootloader jump
- disable watchdog after watchdog reset
- clear WDRF after watchdog reset
tmk 1385058fc2 Fix gh60/matrix.c and Makefile
tmk 4d64fd8faa Add bootmagic.c and fix bootloader_jump
tmk 359b68d35f Add eeconfig.c - eeprom stored paramerters
tmk 5d6b848a15 Merge branch 'ghost_fix'
tmk 81d2753ab0 Remove matrix_key_count() from matrix.h
tmk 9e9a85c142 Fix ghost block and remove matrix_has_ghost()
tmk 38bbe976e0 Merge branch 'overlays'
tmk 5808317b69 Fix keymap for new framework
tmk 633d9aa53e Fix README.md and doc/keymap.md
tmk 1aa067e541 Clean action.h and add keymap doc
tmk 083c75816f Create keymap.md
tmk 40f1a4930a Fix SET_DEFAULT_LAYER action and keymap of gh60
tmk a207e848b3 Add tap flags on record_t
tmk 1720cf34ca Fix bit shift which is beyond int size(16bit)
tmk 6778324de2 Fix keymap MACRO of pc98 adn hhkb
tmk 23c32d304b Add MACRO action
tmk 000f3c4c54 Merge branch 'pc98_fix' into overlays
tmk 308abf598d Fix software serial configure
tmk ea1ede83c3 Add serial_uart.c and use it for PC98
tmk 90e6ff92f4 Add parity option in serial_soft.c
tmk 504a9f42ff Inhibit repeating key of PC98
tmk fea6792f16 New keymap of PC98
tmk 79b1f12908 Merge branch 'pc98' of github.com:tmk/tmk_keyboard into overlays
tmk 6215727b0b Fix debug code of serial_soft.c
tmk 0368936060 Fix README and comments in action.h
tmk 84a3d4d2a1 Edit README of PC98
tmk 4ec8fd2823 Fix softwere serial
tmk 4a91d18277 Add keymap for PC98
tmk eb776c1b79 Quick Fix: read scan code from PC98
tmk f68c5bf0d3 Add initial files for PC98
tmk 75a92ff653 Fix keymap of gh60 and hhkb
tmk 59e073e82b Fix tap key bug: layer stuck
- Can't use Invert action for tap key, use On/Off insted.
tmk c3d57b69e0 Add keymap clear/reset action
tmk e0f960a576 Add overlay framework
tmk abf0b04d14 Apply new keymap for gh60
tmk 998dc6c17e Merge branch 'layer_switch'
tmk 06e4fc66ed Add keymap file of gh60
tmk e324fa2918 Rewrite layer action with layer_switch
tmk 0142b571c4 Add keymaps of gh60
- 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
tmk d9f2875866 Replace layer_stack with layer_switch
tmk f8d289e669 Merge branch 'layer_stack'
tmk 2b811352a1 Fix switch_default_layer command
tmk 0c1d98bd3c Add poker keymap with layer stacking
tmk 768ea72f10 Add layer_stack files taking apart from action.c