1
0
Fork 0

Add backlight support to the default Ergodox Infinity animations

This commit is contained in:
Fred Sundvik 2017-06-03 22:04:10 +03:00
parent 2a7f9a7e46
commit b51a0db6ed
3 changed files with 75 additions and 11 deletions

View file

@ -35,6 +35,9 @@ bool led_keyframe_crossfade(keyframe_animation_t* animation, visualizer_state_t*
bool led_keyframe_mirror_orientation(keyframe_animation_t* animation, visualizer_state_t* state);
bool led_keyframe_normal_orientation(keyframe_animation_t* animation, visualizer_state_t* state);
bool led_keyframe_disable(keyframe_animation_t* animation, visualizer_state_t* state);
bool led_keyframe_enable(keyframe_animation_t* animation, visualizer_state_t* state);
extern keyframe_animation_t led_test_animation;