summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/infinity/animations.h
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-04-08 23:04:27 +0300
committerFred Sundvik <fsundvik@gmail.com>2017-04-09 18:34:59 +0300
commitc5d2b7ff16f81a8061127e0ec636cf9b914725c5 (patch)
tree8a4095bd3ae22fd79384d88416648129bb6176df /keyboards/ergodox/infinity/animations.h
parent306353bf06e5e5a76890ffb0c48a4dcca76c4399 (diff)
Rename led test to led_keyframes and move animation to Ergodox
Diffstat (limited to 'keyboards/ergodox/infinity/animations.h')
-rw-r--r--keyboards/ergodox/infinity/animations.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/ergodox/infinity/animations.h b/keyboards/ergodox/infinity/animations.h
index 0c441ff7e9..6d8b9830d9 100644
--- a/keyboards/ergodox/infinity/animations.h
+++ b/keyboards/ergodox/infinity/animations.h
@@ -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_ */