diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 15:45:52 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 15:45:52 +0300 |
| commit | 444132edd056cd52a60e3551d1f6c1a07909c040 (patch) | |
| tree | 92f6a79294d104053b7709a4d424d90f45afb10b /visualizer.h | |
| parent | 0e0488623e8d8820a909a48a6c847866a65bf845 (diff) | |
| download | qmk_firmware-444132edd056cd52a60e3551d1f6c1a07909c040.tar.gz qmk_firmware-444132edd056cd52a60e3551d1f6c1a07909c040.zip | |
Add last and first update of frame for anims
Diffstat (limited to 'visualizer.h')
| -rw-r--r-- | visualizer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/visualizer.h b/visualizer.h index 6a72fde1f..82d7a71d3 100644 --- a/visualizer.h +++ b/visualizer.h | |||
| @@ -95,6 +95,8 @@ typedef struct keyframe_animation_t { | |||
| 95 | // keyframe update functions | 95 | // keyframe update functions |
| 96 | int current_frame; | 96 | int current_frame; |
| 97 | int time_left_in_frame; | 97 | int time_left_in_frame; |
| 98 | bool first_update_of_frame; | ||
| 99 | bool last_update_of_frame; | ||
| 98 | bool need_update; | 100 | bool need_update; |
| 99 | 101 | ||
| 100 | } keyframe_animation_t; | 102 | } keyframe_animation_t; |
