From 79fb11d24427e8b4a90f2d93d252d1a325d24a8c Mon Sep 17 00:00:00 2001 From: Niels Moseley Date: Mon, 7 May 2018 16:58:12 +0200 Subject: [PATCH] fixed the BS fix. :) --- rtl/ps2keyboard/ps2keyboard.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/ps2keyboard/ps2keyboard.v b/rtl/ps2keyboard/ps2keyboard.v index 540290e..532ce52 100644 --- a/rtl/ps2keyboard/ps2keyboard.v +++ b/rtl/ps2keyboard/ps2keyboard.v @@ -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