Add custom led and lcd display support
This commit is contained in:
parent
07e412c538
commit
fa8feb21a4
2 changed files with 20 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue