From 4fe5ce45ac8f73fd4321842dd0e29dd591f1efb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 12 Dec 2017 02:15:20 +0100 Subject: [PATCH] Change UsbCommandId_ApplyConfig to 0x07. --- right/src/usb_protocol_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/usb_protocol_handler.h b/right/src/usb_protocol_handler.h index 8b0e884..4798c63 100644 --- a/right/src/usb_protocol_handler.h +++ b/right/src/usb_protocol_handler.h @@ -22,7 +22,7 @@ UsbCommandId_ReadConfig = 0x04, // was 0x0d and 0x0f UsbCommandId_WriteHardwareConfig = 0x05, // was 0x0e UsbCommandId_WriteStagingUserConfig = 0x06, // was 0x08 - UsbCommandId_ApplyConfig = 0x09, + UsbCommandId_ApplyConfig = 0x07, // was 0x09, UsbCommandId_LaunchEepromTransferLegacy = 0x0C, UsbCommandId_GetKeyboardState = 0x10,