about summary refs log tree commit diff
path: root/HexBoard_V1.ino
diff options
context:
space:
mode:
Diffstat (limited to 'HexBoard_V1.ino')
-rw-r--r--HexBoard_V1.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/HexBoard_V1.ino b/HexBoard_V1.ino
index afa3b50..1e3b3c0 100644
--- a/HexBoard_V1.ino
+++ b/HexBoard_V1.ino
@@ -3,7 +3,7 @@
 #include <FastLED.h>
 
 #define LEDS_PIN 17
-#define NUM_LEDS 130
+#define NUM_LEDS 140
 
 CRGB leds[NUM_LEDS];