From bf1a37ba712b3c42861e7cfabb174724791b41b6 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 17 Jan 2011 21:51:51 +0900 Subject: PS/2 to USB keyboard converter --- ps2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ps2.h') diff --git a/ps2.h b/ps2.h index 954e59d9f0..5ae28a95cf 100644 --- a/ps2.h +++ b/ps2.h @@ -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; -- cgit v1.2.1