/*** Neopixels ***/
#define NPIX_PERIOD 90 // timer runs on 72 MHz, so 90 periods = 1250 ns
-#define NPIX_RESET 19 // length of reset pulse in LED slots (24 periods)
+#define NPIX_RESET 10 // length of reset pulse in LED slots (24 periods)
// The chip needs longer reset pulse than documented.
-#define B0 30 // Right length should be 32 and 64
+#define B0 30
#define B1 60
static byte neopixel_leds[NPIX_NUM_LEDS][3];
/*** Effects ***/
-#if 0
+#if 1
static void effect(void)
{