diff --git a/right/src/usb_protocol_handler.c b/right/src/usb_protocol_handler.c index d7e4e7e..8a0e5c4 100644 --- a/right/src/usb_protocol_handler.c +++ b/right/src/usb_protocol_handler.c @@ -83,6 +83,7 @@ void setTestLed(void) UhkModuleVars[0].isTestLedOn = ledState; } +// To be removed. Now it's already part of getKeyboardState() void readMergeSensor(void) { SetResponseByte(MERGE_SENSOR_IS_MERGED); @@ -222,6 +223,7 @@ void writeConfiguration(bool isHardware) void getKeyboardState(void) { GenericHidOutBuffer[1] = IsEepromBusy; + GenericHidOutBuffer[2] = MERGE_SENSOR_IS_MERGED; } void getDebugInfo(void)