1
0
Fork 0

Run mirrored keyframes for led tests as well

This commit is contained in:
Fred Sundvik 2016-04-24 16:40:41 +03:00
parent 15906b86ae
commit 74baa4895c
3 changed files with 34 additions and 6 deletions

View file

@ -45,8 +45,8 @@ void visualizer_suspend(void);
// This should be called when the keyboard wakes up from suspend state
void visualizer_resume(void);
// If you need support for more than 8 keyframes per animation, you can change this
#define MAX_VISUALIZER_KEY_FRAMES 8
// If you need support for more than 16 keyframes per animation, you can change this
#define MAX_VISUALIZER_KEY_FRAMES 16
struct keyframe_animation_t;