1
0
Fork 0

Add custom led and lcd display support

This commit is contained in:
Fred Sundvik 2016-05-18 08:40:36 +03:00
parent 07e412c538
commit fa8feb21a4
2 changed files with 20 additions and 3 deletions

View file

@ -45,6 +45,11 @@ void visualizer_suspend(void);
// This should be called when the keyboard wakes up from suspend state
void visualizer_resume(void);
// These functions are week, so they can be overridden by the keyboard
// if needed
GDisplay* get_lcd_display(void);
GDisplay* get_led_display(void);
// If you need support for more than 16 keyframes per animation, you can change this
#define MAX_VISUALIZER_KEY_FRAMES 16