Rename led test to led_keyframes and move animation to Ergodox

This commit is contained in:
Fred Sundvik
2017-04-08 23:04:27 +03:00
parent 306353bf06
commit c5d2b7ff16
5 changed files with 78 additions and 61 deletions

View File

@@ -19,7 +19,12 @@
#include "visualizer.h"
// You can use these default animations, but of course you can also write your own custom ones instead
extern keyframe_animation_t default_startup_animation;
extern keyframe_animation_t default_suspend_animation;
// An animation for testing and demonstrating the led support, should probably not be used for real world
// cases
extern keyframe_animation_t led_test_animation;
#endif /* KEYBOARDS_ERGODOX_INFINITY_ANIMATIONS_H_ */