From 47f5d8b545eec12ca74d8e7048bb5daa290d937e Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 20 Feb 2011 17:46:02 +0900 Subject: Synchronous USART support for PS/2 on V-USB stack --- ps2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ps2.h') diff --git a/ps2.h b/ps2.h index 7a8bbd2665..a821acde44 100644 --- a/ps2.h +++ b/ps2.h @@ -56,6 +56,10 @@ POSSIBILITY OF SUCH DAMAGE. # error "PS/2 data port setting is required in config.h" #endif +#define PS2_ACK 0xFA +#define PS2_RESEND 0xFE +#define PS2_SET_LED 0xED + #define PS2_ERR_NONE 0 #define PS2_ERR_PARITY 0x10 -- cgit v1.2.3