]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/protocol/ibmpc.h
xt_usb: Fix XT soft reset
[max/tmk_keyboard.git] / tmk_core / protocol / ibmpc.h
index 9039b89b1199adbc38b483aa90394dedb0285398..4f682aa7214fddbb08e72a82790946b031f2c4b2 100644 (file)
@@ -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