diff options
Diffstat (limited to 'ps2.h')
-rw-r--r-- | ps2.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |