]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ergodox/infinity/animations.h
Rename led test to led_keyframes and move animation to Ergodox
[qmk_firmware.git] / keyboards / ergodox / infinity / animations.h
index 0c441ff7e9c0dc0550ccecfcac69c1e98de38cd8..6d8b9830d9c96e61dd9da2f3f0423cb07b094f0c 100644 (file)
 
 #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_ */