jlj-qmk/common
tmk 567b2ae525 Fix mods with tap key but some problems still exists.
- stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)]
- tap key doesn't work when fast type. [key(d), mods(d), key(u),
  mods(u)]
2013-01-17 12:06:28 +09:00
..
action.c Fix mods with tap key but some problems still exists. 2013-01-17 12:06:28 +09:00
action.h Add support partly for modifier with tap key. 2013-01-16 13:21:35 +09:00
bootloader.c
bootloader.h
command.c Add print_dec() and debug_dec(). 2012-10-27 02:27:09 +09:00
command.h
controller_teensy.h
debug.c Add print_dec() and debug_dec(). 2012-10-27 02:27:09 +09:00
debug.h Fix usage of debug flag 2012-10-27 03:07:37 +09:00
host_driver.h
host.c Fix tap key using delaying_layer and waiting_key. 2013-01-13 10:24:20 +09:00
host.h Fix tap key using delaying_layer and waiting_key. 2013-01-13 10:24:20 +09:00
keyboard.c Fix waiting_keys and periodical update for delaying layer. 2013-01-15 00:55:16 +09:00
keyboard.h Fix mods with tap key but some problems still exists. 2013-01-17 12:06:28 +09:00
keycode.h Add initial fix for new keymap. 2012-12-16 02:32:07 +09:00
keymap.h Add new layer actions. 2013-01-09 22:33:33 +09:00
led.h
matrix.h
mousekey.c Add print_dec() and debug_dec(). 2012-10-27 02:27:09 +09:00
mousekey.h
print.c Fix usage of debug flag 2012-10-27 03:07:37 +09:00
print.h Add print_dec() and debug_dec(). 2012-10-27 02:27:09 +09:00
report.h Fix action of system and consumer usage. 2012-12-17 03:06:21 +09:00
sendchar_null.c
sendchar_uart.c
sendchar.h
timer.c
timer.h
uart.c
uart.h
util.c
util.h