From c63de3417dd00425eb7c51295d3df3b89be60904 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 16 Jul 2022 16:16:20 -0400 Subject: layout mode: color of light --- HexBoard_V1.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HexBoard_V1.ino b/HexBoard_V1.ino index 99737e8..ee0a00c 100644 --- a/HexBoard_V1.ino +++ b/HexBoard_V1.ino @@ -110,6 +110,7 @@ ROW_FLIP( 65, 66, 67, 68, 69, 70, 71, 72, 73, 74) // LEDs for OCT_UP/OCT_DN status. const byte octUpSW = 70 - 1; const byte octDnSW = 90 - 1; +const byte layMdSW = 50 - 1; const byte *currentLayout = wickiHaydenLayout; @@ -153,6 +154,7 @@ void setup() init_leds(); setOctLED(); setLayoutLED(); + leds[layMdSW] = CRGB::Red; // Print diagnostic troubleshooting information to serial monitor diagnosticTest(); -- cgit 1.4.1