This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
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
..
2016-04-14 18:01:29 -05:00
2016-04-28 23:23:33 -04:00
2016-08-20 17:46:53 -07:00
2016-09-06 23:19:01 -05:00
2016-10-23 23:00:43 -05:00
2016-06-21 17:42:29 -04:00
2016-07-01 10:04:53 -04:00
2016-07-01 10:04:53 -04:00
2016-11-21 20:14:16 -05:00
2016-09-06 23:19:01 -05:00
2016-09-06 23:19:01 -05:00
2016-09-06 23:19:01 -05:00
2016-12-29 18:28:48 +11:00
2016-09-06 23:19:01 -05:00
2016-10-28 16:24:20 -05:00
2016-07-01 10:04:53 -04:00
2016-07-01 10:04:53 -04:00
2016-12-01 00:44:54 +11:00
2016-07-01 10:04:53 -04:00
2016-08-23 04:16:35 +00:00
2016-07-01 10:04:53 -04:00