qmk_firmware/common
tmk 8819cf6bb1 Fix Tapping: release key immediately but modifier #65
- See https://github.com/tmk/tmk_keyboard/issues/60
- **Except for modifiers** a key pressed before the tapping starts should be released immediately
- 'Mod-Tap key'(like shift-;) didn't work from this fix: 4d0b3aa Fix Tapping: release of a key pressed before tap
This key sequence should register ':', not ';'. With the fix Shift is
released before settlement of tapping, this registers ';'.
    Shift   ~~___~~~~~~~
    ;(Tap)  ~~~____~~~~
2013-10-03 12:40:33 +09:00
..
action.c Add mechanical locking switch support for NumLock and ScrollLock 2013-07-23 10:56:03 +09:00
action.h
action_code.h Fix action macros 2013-09-11 14:05:05 +09:00
action_layer.c
action_layer.h
action_macro.c
action_macro.h
action_oneshot.c
action_oneshot.h
action_tapping.c Fix Tapping: release key immediately but modifier #65 2013-10-03 12:40:33 +09:00
action_tapping.h
backlight.c
backlight.h
bootloader.c Fix bootloader jump use word address 2013-09-18 16:10:53 +09:00
bootloader.h
bootmagic.c Fix to bootmagic key configurable 2013-09-21 21:21:34 +09:00
bootmagic.h Fix to bootmagic key configurable 2013-09-21 21:21:34 +09:00
command.c Fix version info command 2013-09-19 00:51:44 +09:00
command.h
debug.h
debug_config.h
eeconfig.c
eeconfig.h
host.c Add NKRO support for LUFA 2013-07-28 17:34:41 +09:00
host.h
host_driver.h
keyboard.c Fix USB initilaize on LUFA 2013-09-21 22:47:03 +09:00
keyboard.h Fix Tapping: release key immediately but modifier #65 2013-10-03 12:40:33 +09:00
keycode.h Add mechanical locking switch support for NumLock and ScrollLock 2013-07-23 10:56:03 +09:00
keymap.c Fix to bootmagic key configurable 2013-09-21 21:21:34 +09:00
keymap.h
led.h
matrix.h
mousekey.c
mousekey.h
nodebug.h
print.c
print.h
report.h Add NKRO support for LUFA 2013-07-28 17:34:41 +09:00
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.c
sleep_led.h
suspend.c Fix USB initilaize on LUFA 2013-09-21 22:47:03 +09:00
suspend.h
timer.c
timer.h
uart.c
uart.h
util.c
util.h
xprintf.S
xprintf.h