Skip to content

Commit

Permalink
allow restore double-tap to be slower
Browse files Browse the repository at this point in the history
  • Loading branch information
gardners committed Sep 23, 2015
1 parent e5783d8 commit 89332c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymapper.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ begin -- behavioural
restore_down_ticks <= restore_down_ticks + 1;
end if;
restore_up_ticks <= (others => '0');
if (restore_up_ticks>=1 and restore_up_ticks<8) then
if (restore_up_ticks>=1 and restore_up_ticks<18) then
-- Trap to hypervisor when restore is double-tapped
-- with the second tap occurring after not more than 12/50ths
-- (~240ms)
Expand Down

0 comments on commit 89332c7

Please sign in to comment.