Merge pull request #1483 from DerFlob/bugfix/mode-count

update MODE_COUNT after candy cane fx was added
This commit is contained in:
Aircoookie 2020-12-13 18:08:40 +01:00 committed by GitHub
commit 35998df05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@
#define IS_REVERSE ((SEGMENT.options & REVERSE ) == REVERSE )
#define IS_SELECTED ((SEGMENT.options & SELECTED ) == SELECTED )
#define MODE_COUNT 114
#define MODE_COUNT 115
#define FX_MODE_STATIC 0
#define FX_MODE_BLINK 1