fixed the BS fix. :)

This commit is contained in:
Niels Moseley 2018-05-07 16:58:12 +02:00
parent b9a95d4089
commit 79fb11d244
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ module ps2keyboard (
8'h4E: ascii <= "-";
8'h55: ascii <= "=";
8'h5D: ascii <= 8'h34; // backslash
8'h66: ascii <= 8'd8; // backspace
8'h66: ascii <= "_"; // backspace
8'h29: ascii <= " ";
8'h5A: ascii <= 8'd13; // enter