diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-04-08 23:04:27 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-04-09 18:34:59 +0300 |
commit | c5d2b7ff16f81a8061127e0ec636cf9b914725c5 (patch) | |
tree | 8a4095bd3ae22fd79384d88416648129bb6176df /keyboards/ergodox/infinity/animations.h | |
parent | 306353bf06e5e5a76890ffb0c48a4dcca76c4399 (diff) | |
download | qmk_firmware-c5d2b7ff16f81a8061127e0ec636cf9b914725c5.tar.gz |
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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/ergodox/infinity/animations.h b/keyboards/ergodox/infinity/animations.h index 0c441ff7e..6d8b9830d 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_ */ |