mirror of
https://github.com/alangarf/apple-one.git
synced 2024-11-19 21:31:08 +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'h41: ascii <= ",";
|
||||||
8'h49: ascii <= ".";
|
8'h49: ascii <= ".";
|
||||||
8'h4A: ascii <= "/";
|
8'h4A: ascii <= "/";
|
||||||
8'h59: shift <= 1'b1; // right shfit
|
|
||||||
8'h12: shift <= 1'b1; // left shift
|
|
||||||
default: ascii <= ".";
|
default: ascii <= ".";
|
||||||
endcase
|
endcase
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user