From 1eb2a737531ed415321e94719645f28c5d87157f Mon Sep 17 00:00:00 2001 From: Eric Tang Date: Fri, 14 Jul 2017 13:28:48 -0700 Subject: [PATCH] Display the active layer --- right/src/usb_report_updater.c | 1 + 1 file changed, 1 insertion(+) diff --git a/right/src/usb_report_updater.c b/right/src/usb_report_updater.c index f684252..073cb8e 100644 --- a/right/src/usb_report_updater.c +++ b/right/src/usb_report_updater.c @@ -134,6 +134,7 @@ void UpdateActiveUsbReports() static uint8_t previousModifiers = 0; uint8_t activeLayer = getActiveLayer(); + LedDisplay_SetLayer(activeLayer); for (uint8_t slotId=0; slotId