X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol%2Fibmpc.h;h=5dcf2aa1a456436b516d43c3c658235a355c5295;hb=2c9ae5ac95734b102ad038a80857eb8446220c79;hp=602a43f359dba842b6d1f531cdb969fb7b5bfcf3;hpb=0481aa08e5a22173f1e4a5a5f8ba01756085b9d3;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol/ibmpc.h b/tmk_core/protocol/ibmpc.h index 602a43f3..5dcf2aa1 100644 --- a/tmk_core/protocol/ibmpc.h +++ b/tmk_core/protocol/ibmpc.h @@ -70,10 +70,12 @@ POSSIBILITY OF SUCH DAMAGE. #define IBMPC_RESEND 0xFE #define IBMPC_SET_LED 0xED -#define IBMPC_PROTOCOL_AT 0 -#define IBMPC_PROTOCOL_XT 1 +#define IBMPC_PROTOCOL_NO 0 +#define IBMPC_PROTOCOL_AT 1 +#define IBMPC_PROTOCOL_XT_IBM 2 +#define IBMPC_PROTOCOL_XT_CLONE 3 -// TODO: error numbers +// Error numbers #define IBMPC_ERR_NONE 0 #define IBMPC_ERR_RECV 0x00 #define IBMPC_ERR_SEND 0x10