diff --git a/right/src/usb_commands/usb_command_get_variable.c b/right/src/usb_commands/usb_command_get_variable.c index 7fec616e..2b16af54 100644 --- a/right/src/usb_commands/usb_command_get_variable.c +++ b/right/src/usb_commands/usb_command_get_variable.c @@ -36,5 +36,10 @@ void UsbCommand_GetVariable(const uint8_t *GenericHidOutBuffer, uint8_t *Generic } } break; + case UsbVariable_LedAudioRegisters: +#if defined(__ZEPHYR__) && DEVICE_IS_KEYBOARD + SetUsbTxBufferUint8(0, 1); +#endif + break; } }