Enable the LED of the ISO key.

This commit is contained in:
László Monda
2017-05-23 22:20:32 +02:00
parent 84108b921d
commit 03ef36cb3a

View File

@@ -55,6 +55,7 @@ uint8_t setShutdownModeNormalBuffer[] = {LED_DRIVER_REGISTER_SHUTDOWN, SHUTDOWN_
uint8_t setFrame1Buffer[] = {LED_DRIVER_REGISTER_FRAME, LED_DRIVER_FRAME_1};
void LedSlaveDriver_Init() {
ledControlBufferLeft[7] |= 0b00000010; // Enable the LED of the ISO key.
SetLeds(0xff);
}