Convert macros for controlling test LEDs to functions
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
void UsbCommand_SetTestLed(void)
|
||||
{
|
||||
bool isTestLedOn = GetUsbRxBufferUint8(1);
|
||||
TEST_LED_SET(isTestLedOn);
|
||||
TestLed_Set(isTestLedOn);
|
||||
UhkModuleStates[UhkModuleDriverId_LeftKeyboardHalf].sourceVars.isTestLedOn = isTestLedOn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user