diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-05-18 08:40:36 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-05-18 08:40:36 +0300 |
| commit | fa8feb21a4709dba552df4a96205c50a319f5e3b (patch) | |
| tree | 2103028d263a084a0e562f6dd8d8c6fb2de9796e /visualizer.h | |
| parent | 07e412c53829c66e948eb147873a04cd27b0771b (diff) | |
| download | qmk_firmware-fa8feb21a4709dba552df4a96205c50a319f5e3b.tar.gz qmk_firmware-fa8feb21a4709dba552df4a96205c50a319f5e3b.zip | |
Add custom led and lcd display support
Diffstat (limited to 'visualizer.h')
| -rw-r--r-- | visualizer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/visualizer.h b/visualizer.h index 8a2772c6d..4d6a61dda 100644 --- a/visualizer.h +++ b/visualizer.h | |||
| @@ -45,6 +45,11 @@ 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 | // These functions are week, so they can be overridden by the keyboard | ||
| 49 | // if needed | ||
| 50 | GDisplay* get_lcd_display(void); | ||
| 51 | GDisplay* get_led_display(void); | ||
| 52 | |||
| 48 | // If you need support for more than 16 keyframes per animation, you can change this | 53 | // If you need support for more than 16 keyframes per animation, you can change this |
| 49 | #define MAX_VISUALIZER_KEY_FRAMES 16 | 54 | #define MAX_VISUALIZER_KEY_FRAMES 16 |
| 50 | 55 | ||
