diff options
author | tmk <nobody@nowhere> | 2011-01-17 21:51:51 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-01-23 04:10:35 +0900 |
commit | bf1a37ba712b3c42861e7cfabb174724791b41b6 (patch) | |
tree | f6df1afe42e3421ae3646fb981727f2e5aa1c3e9 /ps2.h | |
parent | 7ad93f7850cd3d20260628b10a8b123d97736e4e (diff) |
PS/2 to USB keyboard converter
Diffstat (limited to 'ps2.h')
-rw-r--r-- | ps2.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |