Commit Graph

6338 Commits (933701c2129c0c585ecd8ba37c41b091a7dc687f)
 

Author SHA1 Message Date
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
tmk c74ad260fb Fix Make dependency file names
tmk a4aae1c505 Change: 0 means default_layer in current_layer now
- 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.
tmk a43ab35b7b Add poker keymap with layer stacking.
tmk 0018e19f07 Add layer stack
tmk 7a31451a07 Merge branch 'actionfix'
tmk c4421f585b Change struct key_t
tmk 9bc82bf61c Change action API
tmk 7054203e16 Merge branch 'transparent'
tmk 2fe406de3a Add 'poker' target to Makefile.pjrc of gh60
tmk 63c03dc137 Change keymap API
tmk 48e6d0848c Make Transparent feature available to new keymaps.
tmk f02431e9da Fix 'chage default layer' command.
tmk 77af88042a Change ACTION_LAYER_SET_LAYER behaviour
tmk 0c52ee59f0 Add transparent layer feature in gh60
tmk 8215634175 Now includes LUFA-120730 in repository
tmk e9e4c0edc5 Add support for LUFA-120730
tmk b60f9c6ac6 Boot Magic key for gh60
tmk 8c80deb775 Merge branch 'keymap2'
Conflicts:
	common/keyboard.c
tmk 39d0933393 Fix and add some in README