diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 13:46:19 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-04-24 13:46:19 +0300 |
commit | c95b17b536b4437f001d5f5e8a54753969e36bb2 (patch) | |
tree | d944e4a2ff6da1d5a06c671dfa1382423f5515d1 /visualizer.h | |
parent | 61f7761c034d46eb0856fb115260de2679abc419 (diff) | |
download | qmk_firmware-c95b17b536b4437f001d5f5e8a54753969e36bb2.tar.gz |
Add simple led support
Also the first version of a led testing animation
Diffstat (limited to 'visualizer.h')
-rw-r--r-- | visualizer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/visualizer.h b/visualizer.h index 22798cda6..6a72fde1f 100644 --- a/visualizer.h +++ b/visualizer.h @@ -99,6 +99,9 @@ typedef struct keyframe_animation_t { } keyframe_animation_t; +extern GDisplay* LCD_DISPLAY; +extern GDisplay* LED_DISPLAY; + void start_keyframe_animation(keyframe_animation_t* animation); void stop_keyframe_animation(keyframe_animation_t* animation); |