X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=inline;f=tmk_core%2Fprotocol%2Fibmpc.h;h=4f682aa7214fddbb08e72a82790946b031f2c4b2;hb=12e5a3a13eb86852ad58c131e28ba29c5f09bb2d;hp=9039b89b1199adbc38b483aa90394dedb0285398;hpb=53d10fe2478300d8e35b0e1ea67cf184d78e9f06;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol/ibmpc.h b/tmk_core/protocol/ibmpc.h index 9039b89b..4f682aa7 100644 --- a/tmk_core/protocol/ibmpc.h +++ b/tmk_core/protocol/ibmpc.h @@ -71,10 +71,12 @@ POSSIBILITY OF SUCH DAMAGE. #define IBMPC_SET_LED 0xED #define IBMPC_PROTOCOL_NO 0 -#define IBMPC_PROTOCOL_AT 1 -#define IBMPC_PROTOCOL_XT_IBM 2 -#define IBMPC_PROTOCOL_XT_CLONE 3 -#define IBMPC_PROTOCOL_XT_ERROR 4 +#define IBMPC_PROTOCOL_AT 0x10 +#define IBMPC_PROTOCOL_AT_Z150 0x11 +#define IBMPC_PROTOCOL_XT 0x20 +#define IBMPC_PROTOCOL_XT_IBM 0x21 +#define IBMPC_PROTOCOL_XT_CLONE 0x22 +#define IBMPC_PROTOCOL_XT_ERROR 0x23 // Error numbers #define IBMPC_ERR_NONE 0