PS/2 to USB keyboard converter

This commit is contained in:
tmk 2011-01-17 21:51:51 +09:00
parent 7ad93f7850
commit bf1a37ba71
12 changed files with 967 additions and 17 deletions

4
ps2.h
View file

@ -59,6 +59,10 @@ POSSIBILITY OF SUCH DAMAGE.
#define PS2_ERR_NONE 0
#define PS2_ERR_PARITY 0x10
#define PS2_LED_SCROLL_LOCK 0
#define PS2_LED_NUM_LOCK 1
#define PS2_LED_CAPS_LOCK 2
extern uint8_t ps2_error;