From f0a98eebb5f97f6c9cc63eebd5163391e2b63497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 26 Oct 2017 20:32:19 +0200 Subject: [PATCH] Set the initial keymap abbrivation to FTY (for factory keymap). --- right/src/slave_drivers/is31fl3731_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/slave_drivers/is31fl3731_driver.c b/right/src/slave_drivers/is31fl3731_driver.c index e43e0ad..67a2abb 100644 --- a/right/src/slave_drivers/is31fl3731_driver.c +++ b/right/src/slave_drivers/is31fl3731_driver.c @@ -70,7 +70,7 @@ void LedSlaveDriver_Init(uint8_t ledDriverId) { currentLedDriverState->phase = LedDriverPhase_SetFunctionFrame; currentLedDriverState->ledIndex = 0; memset(LedDriverValues[ledDriverId], LED_BRIGHTNESS_LEVEL, LED_DRIVER_LED_COUNT); - LedDisplay_SetText(3, "ABC"); + LedDisplay_SetText(3, "FTY"); } status_t LedSlaveDriver_Update(uint8_t ledDriverId) {