Fix: Allow variable #'s of LEDs.

Fix: Don't snuff out the porportional control, otherwise LEDs don't know how to share.
Fix: Speed up the amp1 IIR.
This commit is contained in:
cnlohr 2015-07-20 21:18:07 -04:00
parent 000261ace5
commit 91d8502d23
4 changed files with 8 additions and 4 deletions

View file

@ -10,7 +10,9 @@
//Controls, basically, the minimum size of the splotches.
#define NERF_NOTE_PORP 15 //value from 0 to 255
#ifndef NUM_LIN_LEDS
#define NUM_LIN_LEDS 296
#endif
#define LIN_WRAPAROUND 0 //Whether the output lights wrap around.
#define SORT_NOTES 0 //Whether the notes will be sorted.