Disable LED display icons by default.
This commit is contained in:
@@ -71,8 +71,14 @@ void LedSlaveDriver_Init(uint8_t ledDriverId)
|
|||||||
currentLedDriverState->phase = LedDriverPhase_SetFunctionFrame;
|
currentLedDriverState->phase = LedDriverPhase_SetFunctionFrame;
|
||||||
currentLedDriverState->ledIndex = 0;
|
currentLedDriverState->ledIndex = 0;
|
||||||
memset(LedDriverValues[ledDriverId], LED_BRIGHTNESS_LEVEL, LED_DRIVER_LED_COUNT);
|
memset(LedDriverValues[ledDriverId], LED_BRIGHTNESS_LEVEL, LED_DRIVER_LED_COUNT);
|
||||||
|
|
||||||
|
if (ledDriverId == LedDriverId_Left) {
|
||||||
|
LedDisplay_SetIcon(LedDisplayIcon_CapsLock, false);
|
||||||
|
LedDisplay_SetIcon(LedDisplayIcon_Agent, false);
|
||||||
|
LedDisplay_SetIcon(LedDisplayIcon_Adaptive, false);
|
||||||
LedDisplay_SetCurrentKeymapText();
|
LedDisplay_SetCurrentKeymapText();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
status_t LedSlaveDriver_Update(uint8_t ledDriverId)
|
status_t LedSlaveDriver_Update(uint8_t ledDriverId)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user