summaryrefslogtreecommitdiff
path: root/ps2.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-02-20 17:46:02 +0900
committertmk <nobody@nowhere>2011-02-22 03:09:12 +0900
commit47f5d8b545eec12ca74d8e7048bb5daa290d937e (patch)
tree048918055caafa7a6503d8fb5a077181d954dd85 /ps2.h
parent239bdbf41936566c0ae5b0cbd8c6bf7dd824f7fb (diff)
Synchronous USART support for PS/2 on V-USB stack
Diffstat (limited to 'ps2.h')
-rw-r--r--ps2.h4
1 files changed, 4 insertions, 0 deletions
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