Firmware for HexBoard MIDI controller
| -rw-r--r-- | HexBoard_V1.ino | 2 |
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]; |