Merge pull request #4 from BenGardiner/patch-1

fix: yellow was cyan
pull/389/head
Gergely Nagy 6 years ago committed by GitHub
commit 869d434362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,5 +17,5 @@
#include <Kaleidoscope-LEDEffects.h> #include <Kaleidoscope-LEDEffects.h>
kaleidoscope::TriColor MiamiEffect(CRGB(0xd6, 0xd6, 0x4e), /* Cyan */ kaleidoscope::TriColor MiamiEffect(CRGB(0x4e, 0xd6, 0xd6), /* Cyan */
CRGB(0xaf, 0x67, 0xfa)); /* Magenta */ CRGB(0xaf, 0x67, 0xfa)); /* Magenta */

Loading…
Cancel
Save