mirror of
https://github.com/UzixLS/zx-sizif-xxs.git
synced 2025-07-19 07:11:28 +03:00
ps2: handle ctrl-alt-backspace as reboot
This commit is contained in:
@ -164,7 +164,7 @@ always @(posedge clk or negedge rst_n) begin
|
||||
if (!rst_n)
|
||||
key_reset <= 0;
|
||||
else
|
||||
key_reset <= (key2_l_ctrl || key2_r_ctrl) && key2_alt && key2_del;
|
||||
key_reset <= (key2_l_ctrl || key2_r_ctrl) && key2_alt && (key2_del || key2_backspace);
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user