mirror of
https://github.com/alangarf/apple-one.git
synced 2024-11-19 05:31:05 +00:00
PS/2 code cleanup
This commit is contained in:
parent
894c50ff4e
commit
88bb7167f8
@ -231,8 +231,6 @@ module ps2keyboard (
|
||||
8'h41: ascii <= ",";
|
||||
8'h49: ascii <= ".";
|
||||
8'h4A: ascii <= "/";
|
||||
8'h59: shift <= 1'b1; // right shfit
|
||||
8'h12: shift <= 1'b1; // left shift
|
||||
default: ascii <= ".";
|
||||
endcase
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user