jlj-qmk/tmk_core/common
SjB 6f44ca7a59 oneshot timeout would only timeout after an event.
After setting a ONESHOT_TIMEOUT value, the oneshot layer state would
not expire without an event being triggered (key pressed). The reason
was that in the process_record function we would return priort to
execute the process_action function if it detected a NOEVENT cycle. The
process_action contained the codes to timeout the oneshot layer state.
The codes to clear the oneshot layer state have been move just in
front of where we check for the NOEVENT cycle in the process_record
function.
2017-01-15 23:29:24 -05:00
..
avr Tidy up atomicity in timer.c and ring_buffer.h 2016-11-27 22:58:34 -08:00
chibios
mbed
action_code.h
action_layer.c
action_layer.h
action_macro.c
action_macro.h
action_tapping.c
action_tapping.h
action_util.c
action_util.h
action.c oneshot timeout would only timeout after an event. 2017-01-15 23:29:24 -05:00
action.h
backlight.c
backlight.h
bootloader.h
bootmagic.c
bootmagic.h
command.c
command.h
debug.c
debug.h
eeconfig.c
eeconfig.h
eeprom.h
host_driver.h
host.c
host.h
keyboard.c
keyboard.h
keycode.h Keycode refactor 2016-12-29 18:28:48 +11:00
led.h
magic.c
magic.h
matrix.h
mousekey.c
mousekey.h
nodebug.h
print.c
print.h
progmem.h
raw_hid.h Initial version of Raw HID interface 2016-12-01 00:44:54 +11:00
report.h
sendchar_null.c
sendchar_uart.c
sendchar.h
sleep_led.h
suspend.h
timer.h
uart.c
uart.h
util.c
util.h
virtser.h
wait.h