diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 16:40:41 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 16:40:41 +0300 |
| commit | 74baa4895c8efd409eb10eaf1e6cfc0e2677b45c (patch) | |
| tree | 66488245ff868032373d8b8baab966c8d7052071 /visualizer.h | |
| parent | 15906b86ae1db858b38bc77393e31e7741223b01 (diff) | |
| download | qmk_firmware-74baa4895c8efd409eb10eaf1e6cfc0e2677b45c.tar.gz qmk_firmware-74baa4895c8efd409eb10eaf1e6cfc0e2677b45c.zip | |
Run mirrored keyframes for led tests as well
Diffstat (limited to 'visualizer.h')
| -rw-r--r-- | visualizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/visualizer.h b/visualizer.h index 5375e0130..8a2772c6d 100644 --- a/visualizer.h +++ b/visualizer.h | |||
| @@ -45,8 +45,8 @@ void visualizer_suspend(void); | |||
| 45 | // This should be called when the keyboard wakes up from suspend state | 45 | // This should be called when the keyboard wakes up from suspend state |
| 46 | void visualizer_resume(void); | 46 | void visualizer_resume(void); |
| 47 | 47 | ||
| 48 | // If you need support for more than 8 keyframes per animation, you can change this | 48 | // If you need support for more than 16 keyframes per animation, you can change this |
| 49 | #define MAX_VISUALIZER_KEY_FRAMES 8 | 49 | #define MAX_VISUALIZER_KEY_FRAMES 16 |
| 50 | 50 | ||
| 51 | struct keyframe_animation_t; | 51 | struct keyframe_animation_t; |
| 52 | 52 | ||
