aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_defines.h')
-rw-r--r--src/c_defines.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/c_defines.h b/src/c_defines.h
index 7cc1779..898f5a4 100644
--- a/src/c_defines.h
+++ b/src/c_defines.h
@@ -66,8 +66,7 @@
#define BLUE CRGB(0, 0, 255)
#define GRUV CRGB(255, 80, 0)
-#define VERT_PIXEL_GAP 0
-#define HORZ_PIXEL_GAP 5
+#define RANDOM_PX_COUNT 7
enum bool_e {
FALSE,